#B52A44

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

Shades of Old Rose #B52A44

Tints of Old Rose #B52A44

Color information

#B52A44 (or 0xB52A44) is unknown color: approx Old Rose. HEX triplet: B5, 2A and 44. RGB value is (181,42,68). Sum of RGB (Red+Green+Blue) = 181+42+68=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A44 is #4AD5BB. Grayscale: #565656. Windows color (decimal): -4904380 or 4467381. OLE color: 4467381.

HSL color Cylindrical-coordinate representation of color #B52A44: hue angle of 348.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A44 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1814268-
CMYK00.770.620.29
HSL348.78º62.33%43.73%-
HSV(B)348.78º76.8%70.98%-
XYZ20.9311.96.66-
YUV86.52117.55195.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.20%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=62.20%
G=14.43%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181426800.770.620.29348.7862.3343.73
HexB52A4404D3E1D15d3e2c
Octal26552104011576355357654
Binary1011010110101010001000100110111111011101101011101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A44; }

 p { color: rgb(181,42,68); }

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

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

 a { background-color: rgb(181,42,68); }

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

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

 span { border-color: rgb(181,42,68); }

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