#B33942

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

Shades of Old Rose #B33942

Tints of Old Rose #B33942

Color information

#B33942 (or 0xB33942) is unknown color: approx Old Rose. HEX triplet: B3, 39 and 42. RGB value is (179,57,66). Sum of RGB (Red+Green+Blue) = 179+57+66=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B33942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33942 is #4CC6BD. Grayscale: #5E5E5E. Windows color (decimal): -5031614 or 4340147. OLE color: 4340147.

HSL color Cylindrical-coordinate representation of color #B33942: hue angle of 355.57º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33942 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1795766-
CMYK00.680.630.30
HSL355.57º51.69%46.27%-
HSV(B)355.57º68.16%70.2%-
XYZ21.0412.96.54-
YUV94.5111.92188.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=59.27%
G=18.87%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179576600.680.630.30355.5751.6946.27
HexB339420443F1E164342e
Octal26371102010477365446456
Binary1011001111100110000100100010011111111110101100100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33942; }

 p { color: rgb(179,57,66); }

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

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

 a { background-color: rgb(179,57,66); }

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

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

 span { border-color: rgb(179,57,66); }

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