#B03336

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

Shades of Mahogany #B03336

Tints of Mahogany #B03336

Color information

#B03336 (or 0xB03336) is unknown color: approx Mahogany. HEX triplet: B0, 33 and 36. RGB value is (176,51,54). Sum of RGB (Red+Green+Blue) = 176+51+54=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03336 is #4FCCC9. Grayscale: #585858. Windows color (decimal): -5229770 or 3552176. OLE color: 3552176.

HSL color Cylindrical-coordinate representation of color #B03336: hue angle of 358.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03336 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1765154-
CMYK00.710.690.31
HSL358.56º55.07%44.51%-
HSV(B)358.56º71.02%69.02%-
XYZ19.7511.864.74-
YUV88.72108.41190.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.63%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=62.63%
G=18.15%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176515400.710.690.31358.5655.0744.51
HexB03336047451F167372d
Octal26063660107105375476755
Binary1011000011001111011001000111100010111111101100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03336; }

 p { color: rgb(176,51,54); }

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

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

 a { background-color: rgb(176,51,54); }

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

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

 span { border-color: rgb(176,51,54); }

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