#B33034

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

Shades of Mahogany #B33034

Tints of Mahogany #B33034

Color information

#B33034 (or 0xB33034) is unknown color: approx Mahogany. HEX triplet: B3, 30 and 34. RGB value is (179,48,52). Sum of RGB (Red+Green+Blue) = 179+48+52=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B33034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33034 is #4CCFCB. Grayscale: #575757. Windows color (decimal): -5033932 or 3420339. OLE color: 3420339.

HSL color Cylindrical-coordinate representation of color #B33034: hue angle of 358.17º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33034 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1794852-
CMYK00.730.710.30
HSL358.17º57.71%44.51%-
HSV(B)358.17º73.18%70.2%-
XYZ20.2711.954.49-
YUV87.62107.9193.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.16%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=64.16%
G=17.20%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179485200.730.710.30358.1757.7144.51
HexB33034049471E1663a2d
Octal26360640111107365467255
Binary1011001111000011010001001001100011111110101100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33034; }

 p { color: rgb(179,48,52); }

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

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

 a { background-color: rgb(179,48,52); }

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

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

 span { border-color: rgb(179,48,52); }

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