#B53E44

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

Shades of Old Rose #B53E44

Tints of Old Rose #B53E44

Color information

#B53E44 (or 0xB53E44) is unknown color: approx Old Rose. HEX triplet: B5, 3E and 44. RGB value is (181,62,68). Sum of RGB (Red+Green+Blue) = 181+62+68=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E44 is #4AC1BB. Grayscale: #626262. Windows color (decimal): -4899260 or 4472501. OLE color: 4472501.

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

Color convert

RGB1816268-
CMYK00.660.620.29
HSL356.97º48.97%47.65%-
HSV(B)356.97º65.75%70.98%-
XYZ21.8213.696.96-
YUV98.26110.92187.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=58.20%
G=19.94%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181626800.660.620.29356.9748.9747.65
HexB53E440423E1D1653130
Octal26576104010276355456160
Binary1011010111111010001000100001011111011101101100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E44; }

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

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

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

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

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

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

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

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