#B03342

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

Shades of Old Rose #B03342

Tints of Old Rose #B03342

Color information

#B03342 (or 0xB03342) is unknown color: approx Old Rose. HEX triplet: B0, 33 and 42. RGB value is (176,51,66). Sum of RGB (Red+Green+Blue) = 176+51+66=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B03342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03342 is #4FCCBD. Grayscale: #5A5A5A. Windows color (decimal): -5229758 or 4338608. OLE color: 4338608.

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

Color convert

RGB1765166-
CMYK00.710.620.31
HSL352.8º55.07%44.51%-
HSV(B)352.8º71.02%69.02%-
XYZ20.0711.996.41-
YUV90.08114.41189.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=60.07%
G=17.41%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176516600.710.620.31352.855.0744.51
HexB033420473E1F161372d
Octal26063102010776375416755
Binary1011000011001110000100100011111111011111101100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03342; }

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

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

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

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

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

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

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

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