#B33C48

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

Shades of Old Rose #B33C48

Tints of Old Rose #B33C48

Color information

#B33C48 (or 0xB33C48) is unknown color: approx Old Rose. HEX triplet: B3, 3C and 48. RGB value is (179,60,72). Sum of RGB (Red+Green+Blue) = 179+60+72=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C48 is #4CC3B7. Grayscale: #616161. Windows color (decimal): -5030840 or 4734131. OLE color: 4734131.

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

Color convert

RGB1796072-
CMYK00.660.600.30
HSL353.95º49.79%46.86%-
HSV(B)353.95º66.48%70.2%-
XYZ21.3813.287.57-
YUV96.95113.92186.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=57.56%
G=19.29%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179607200.660.600.30353.9549.7946.86
HexB33C480423C1E162322f
Octal26374110010274365426257
Binary1011001111110010010000100001011110011110101100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C48; }

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

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

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

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

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

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

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

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