#B03442

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

Shades of Old Rose #B03442

Tints of Old Rose #B03442

Color information

#B03442 (or 0xB03442) is unknown color: approx Old Rose. HEX triplet: B0, 34 and 42. RGB value is (176,52,66). Sum of RGB (Red+Green+Blue) = 176+52+66=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03442 is #4FCBBD. Grayscale: #5A5A5A. Windows color (decimal): -5229502 or 4338864. OLE color: 4338864.

HSL color Cylindrical-coordinate representation of color #B03442: hue angle of 353.23º 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 #B03442 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1765266-
CMYK00.700.620.31
HSL353.23º54.39%44.71%-
HSV(B)353.23º70.45%69.02%-
XYZ20.1212.086.43-
YUV90.67114.08188.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=59.86%
G=17.69%
B=22.45%

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
Decimal176526600.700.620.31353.2354.3944.71
HexB034420463E1F161362d
Octal26064102010676375416655
Binary1011000011010010000100100011011111011111101100001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03442; }

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

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

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

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

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

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

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

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