#B03244

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

Shades of Old Rose #B03244

Tints of Old Rose #B03244

Color information

#B03244 (or 0xB03244) is unknown color: approx Old Rose. HEX triplet: B0, 32 and 44. RGB value is (176,50,68). Sum of RGB (Red+Green+Blue) = 176+50+68=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03244 is #4FCDBB. Grayscale: #595959. Windows color (decimal): -5230012 or 4469424. OLE color: 4469424.

HSL color Cylindrical-coordinate representation of color #B03244: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03244 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1765068-
CMYK00.720.610.31
HSL351.43º55.75%44.31%-
HSV(B)351.43º71.59%69.02%-
XYZ20.0911.936.71-
YUV89.73115.74189.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=59.86%
G=17.01%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176506800.720.610.31351.4355.7544.31
HexB032440483D1F15f382c
Octal26062104011075375377054
Binary1011000011001010001000100100011110111111101011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03244; }

 p { color: rgb(176,50,68); }

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

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

 a { background-color: rgb(176,50,68); }

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

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

 span { border-color: rgb(176,50,68); }

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