#B33C46

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

Shades of Old Rose #B33C46

Tints of Old Rose #B33C46

Color information

#B33C46 (or 0xB33C46) is unknown color: approx Old Rose. HEX triplet: B3, 3C and 46. RGB value is (179,60,70). Sum of RGB (Red+Green+Blue) = 179+60+70=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C46 is #4CC3B9. Grayscale: #606060. Windows color (decimal): -5030842 or 4603059. OLE color: 4603059.

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

Color convert

RGB1796070-
CMYK00.660.610.30
HSL354.96º49.79%46.86%-
HSV(B)354.96º66.48%70.2%-
XYZ21.3113.267.23-
YUV96.72112.92186.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=57.93%
G=19.42%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179607000.660.610.30354.9649.7946.86
HexB33C460423D1E163322f
Octal26374106010275365436257
Binary1011001111110010001100100001011110111110101100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C46; }

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

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

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

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

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

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

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

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