#B33B44

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

Shades of Old Rose #B33B44

Tints of Old Rose #B33B44

Color information

#B33B44 (or 0xB33B44) is unknown color: approx Old Rose. HEX triplet: B3, 3B and 44. RGB value is (179,59,68). Sum of RGB (Red+Green+Blue) = 179+59+68=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B44 is #4CC4BB. Grayscale: #5F5F5F. Windows color (decimal): -5031100 or 4471731. OLE color: 4471731.

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

Color convert

RGB1795968-
CMYK00.670.620.30
HSL355.5º50.42%46.67%-
HSV(B)355.5º67.04%70.2%-
XYZ21.213.136.89-
YUV95.91112.26187.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.50%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=58.50%
G=19.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179596800.670.620.30355.550.4246.67
HexB33B440433E1E164322f
Octal26373104010376365446257
Binary1011001111101110001000100001111111011110101100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B44; }

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

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

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

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

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

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

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

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