#B33446

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

Shades of Old Rose #B33446

Tints of Old Rose #B33446

Color information

#B33446 (or 0xB33446) is unknown color: approx Old Rose. HEX triplet: B3, 34 and 46. RGB value is (179,52,70). Sum of RGB (Red+Green+Blue) = 179+52+70=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33446 is #4CCBB9. Grayscale: #5C5C5C. Windows color (decimal): -5032890 or 4601011. OLE color: 4601011.

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

Color convert

RGB1795270-
CMYK00.710.610.30
HSL351.5º54.98%45.29%-
HSV(B)351.5º70.95%70.2%-
XYZ20.9212.487.1-
YUV92.02115.58190.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=59.47%
G=17.28%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179527000.710.610.30351.554.9845.29
HexB334460473D1E15f372d
Octal26364106010775365376755
Binary1011001111010010001100100011111110111110101011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33446; }

 p { color: rgb(179,52,70); }

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

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

 a { background-color: rgb(179,52,70); }

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

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

 span { border-color: rgb(179,52,70); }

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