#B33B3C

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

Shades of Mahogany #B33B3C

Tints of Mahogany #B33B3C

Color information

#B33B3C (or 0xB33B3C) is unknown color: approx Mahogany. HEX triplet: B3, 3B and 3C. RGB value is (179,59,60). Sum of RGB (Red+Green+Blue) = 179+59+60=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B3C is #4CC4C3. Grayscale: #5F5F5F. Windows color (decimal): -5031108 or 3947443. OLE color: 3947443.

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

Color convert

RGB1795960-
CMYK00.670.660.30
HSL359.5º50.42%46.67%-
HSV(B)359.5º67.04%70.2%-
XYZ20.9713.045.69-
YUV94.99108.26187.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.07%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=60.07%
G=19.80%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179596000.670.660.30359.550.4246.67
HexB33B3C043421E168322f
Octal26373740103102365506257
Binary1011001111101111110001000011100001011110101101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B3C; }

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

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

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

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

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

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

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

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