#B03542

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

Shades of Old Rose #B03542

Tints of Old Rose #B03542

Color information

#B03542 (or 0xB03542) is unknown color: approx Old Rose. HEX triplet: B0, 35 and 42. RGB value is (176,53,66). Sum of RGB (Red+Green+Blue) = 176+53+66=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03542 is #4FCABD. Grayscale: #5B5B5B. Windows color (decimal): -5229246 or 4339120. OLE color: 4339120.

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

Color convert

RGB1765366-
CMYK00.700.620.31
HSL353.66º53.71%44.9%-
HSV(B)353.66º69.89%69.02%-
XYZ20.1612.176.44-
YUV91.26113.75188.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=59.66%
G=17.97%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176536600.700.620.31353.6653.7144.9
HexB035420463E1F162362d
Octal26065102010676375426655
Binary1011000011010110000100100011011111011111101100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03542; }

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

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

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

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

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

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

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

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