#B32A46

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

Shades of Old Rose #B32A46

Tints of Old Rose #B32A46

Color information

#B32A46 (or 0xB32A46) is unknown color: approx Old Rose. HEX triplet: B3, 2A and 46. RGB value is (179,42,70). Sum of RGB (Red+Green+Blue) = 179+42+70=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A46 is #4CD5B9. Grayscale: #565656. Windows color (decimal): -5035450 or 4598451. OLE color: 4598451.

HSL color Cylindrical-coordinate representation of color #B32A46: hue angle of 347.74º 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 #B32A46 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1794270-
CMYK00.770.610.30
HSL347.74º61.99%43.33%-
HSV(B)347.74º76.54%70.2%-
XYZ20.5211.686.97-
YUV86.16118.89194.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=61.51%
G=14.43%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179427000.770.610.30347.7461.9943.33
HexB32A4604D3D1E15c3e2b
Octal26352106011575365347653
Binary1011001110101010001100100110111110111110101011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A46; }

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

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

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

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

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

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

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

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