#B03334

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

Shades of Mahogany #B03334

Tints of Mahogany #B03334

Color information

#B03334 (or 0xB03334) is unknown color: approx Mahogany. HEX triplet: B0, 33 and 34. RGB value is (176,51,52). Sum of RGB (Red+Green+Blue) = 176+51+52=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B03334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03334 is #4FCCCB. Grayscale: #585858. Windows color (decimal): -5229772 or 3421104. OLE color: 3421104.

HSL color Cylindrical-coordinate representation of color #B03334: hue angle of 359.52º 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 #B03334 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1765152-
CMYK00.710.700.31
HSL359.52º55.07%44.51%-
HSV(B)359.52º71.02%69.02%-
XYZ19.7111.854.5-
YUV88.49107.41190.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.08%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=63.08%
G=18.28%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176515200.710.700.31359.5255.0744.51
HexB03334047461F168372d
Octal26063640107106375506755
Binary1011000011001111010001000111100011011111101101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03334; }

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

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

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

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

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

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

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

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