#B53248

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

Shades of Old Rose #B53248

Tints of Old Rose #B53248

Color information

#B53248 (or 0xB53248) is unknown color: approx Old Rose. HEX triplet: B5, 32 and 48. RGB value is (181,50,72). Sum of RGB (Red+Green+Blue) = 181+50+72=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B53248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53248 is #4ACDB7. Grayscale: #5B5B5B. Windows color (decimal): -4902328 or 4731573. OLE color: 4731573.

HSL color Cylindrical-coordinate representation of color #B53248: hue angle of 349.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53248 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1815072-
CMYK00.720.600.29
HSL349.92º56.71%45.29%-
HSV(B)349.92º72.38%70.98%-
XYZ21.3712.577.43-
YUV91.68116.9191.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=59.74%
G=16.50%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181507200.720.600.29349.9256.7145.29
HexB532480483C1D15e392d
Octal26562110011074355367155
Binary1011010111001010010000100100011110011101101011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53248; }

 p { color: rgb(181,50,72); }

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

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

 a { background-color: rgb(181,50,72); }

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

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

 span { border-color: rgb(181,50,72); }

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