#B33C4B

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

Shades of Old Rose #B33C4B

Tints of Old Rose #B33C4B

Color information

#B33C4B (or 0xB33C4B) is unknown color: approx Old Rose. HEX triplet: B3, 3C and 4B. RGB value is (179,60,75). Sum of RGB (Red+Green+Blue) = 179+60+75=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C4B is #4CC3B4. Grayscale: #616161. Windows color (decimal): -5030837 or 4930739. OLE color: 4930739.

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

Color convert

RGB1796075-
CMYK00.660.580.30
HSL352.44º49.79%46.86%-
HSV(B)352.44º66.48%70.2%-
XYZ21.4813.328.1-
YUV97.29115.42186.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=57.01%
G=19.11%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179607500.660.580.30352.4449.7946.86
HexB33C4B0423A1E160322f
Octal26374113010272365406257
Binary1011001111110010010110100001011101011110101100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C4B; }

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

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

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

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

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

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

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

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