#B53C44

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

Shades of Old Rose #B53C44

Tints of Old Rose #B53C44

Color information

#B53C44 (or 0xB53C44) is unknown color: approx Old Rose. HEX triplet: B5, 3C and 44. RGB value is (181,60,68). Sum of RGB (Red+Green+Blue) = 181+60+68=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C44 is #4AC3BB. Grayscale: #616161. Windows color (decimal): -4899772 or 4471989. OLE color: 4471989.

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

Color convert

RGB1816068-
CMYK00.670.620.29
HSL356.03º50.21%47.25%-
HSV(B)356.03º66.85%70.98%-
XYZ21.7213.476.92-
YUV97.09111.59187.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=58.58%
G=19.42%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181606800.670.620.29356.0350.2147.25
HexB53C440433E1D164322f
Octal26574104010376355446257
Binary1011010111110010001000100001111111011101101100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C44; }

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

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

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

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

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

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

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

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