#B33B49

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

Shades of Old Rose #B33B49

Tints of Old Rose #B33B49

Color information

#B33B49 (or 0xB33B49) is unknown color: approx Old Rose. HEX triplet: B3, 3B and 49. RGB value is (179,59,73). Sum of RGB (Red+Green+Blue) = 179+59+73=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B49 is #4CC4B6. Grayscale: #606060. Windows color (decimal): -5031095 or 4799411. OLE color: 4799411.

HSL color Cylindrical-coordinate representation of color #B33B49: hue angle of 353º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B49 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1795973-
CMYK00.670.590.30
HSL353º50.42%46.67%-
HSV(B)353º67.04%70.2%-
XYZ21.3613.197.72-
YUV96.48114.76186.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=57.56%
G=18.97%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179597300.670.590.3035350.4246.67
HexB33B490433B1E161322f
Octal26373111010373365416257
Binary1011001111101110010010100001111101111110101100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B49; }

 p { color: rgb(179,59,73); }

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

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

 a { background-color: rgb(179,59,73); }

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

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

 span { border-color: rgb(179,59,73); }

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