#B32A48

Color #B32A48 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B32A48

Tints of Old Rose #B32A48

Color information

#B32A48 (or 0xB32A48) is unknown color: approx Old Rose. HEX triplet: B3, 2A and 48. RGB value is (179,42,72). Sum of RGB (Red+Green+Blue) = 179+42+72=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A48 is #4CD5B7. Grayscale: #565656. Windows color (decimal): -5035448 or 4729523. OLE color: 4729523.

HSL color Cylindrical-coordinate representation of color #B32A48: hue angle of 346.86º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A48 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1794272-
CMYK00.770.600.30
HSL346.86º61.99%43.33%-
HSV(B)346.86º76.54%70.2%-
XYZ20.5911.717.31-
YUV86.38119.89194.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=61.09%
G=14.33%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179427200.770.600.30346.8661.9943.33
HexB32A4804D3C1E15b3e2b
Octal26352110011574365337653
Binary1011001110101010010000100110111110011110101011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A48; }

 p { color: rgb(179,42,72); }

 H1.HeaderClassName
 {
   color: #B32A48;
 }
 .AnyTagClassName
 {
   color: #B32A48;
 }
</style>
background-color css

<style>
 a { background-color: #B32A48; }

 a { background-color: rgb(179,42,72); }

 div.DivClassName
 {
   background-color: #B32A48;
 }
 .BgClassName
 {
   background-color: #B32A48;
 }
</style>
border-color css

<style>
 span { border-color: #B32A48; }

 span { border-color: rgb(179,42,72); }

 td.TdClassName
 {
   border-color: #B32A48;
 }
 .TagClassName
 {
   border-color: #B32A48;
 }
</style>