#B03842

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

Shades of Old Rose #B03842

Tints of Old Rose #B03842

Color information

#B03842 (or 0xB03842) is unknown color: approx Old Rose. HEX triplet: B0, 38 and 42. RGB value is (176,56,66). Sum of RGB (Red+Green+Blue) = 176+56+66=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B03842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03842 is #4FC7BD. Grayscale: #5D5D5D. Windows color (decimal): -5228478 or 4339888. OLE color: 4339888.

HSL color Cylindrical-coordinate representation of color #B03842: hue angle of 355º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03842 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1765666-
CMYK00.680.620.31
HSL355º51.72%45.49%-
HSV(B)355º68.18%69.02%-
XYZ20.312.456.49-
YUV93.02112.76187.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=59.06%
G=18.79%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176566600.680.620.3135551.7245.49
HexB038420443E1F163342d
Octal26070102010476375436455
Binary1011000011100010000100100010011111011111101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03842; }

 p { color: rgb(176,56,66); }

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

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

 a { background-color: rgb(176,56,66); }

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

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

 span { border-color: rgb(176,56,66); }

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