#B03435

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

Shades of Mahogany #B03435

Tints of Mahogany #B03435

Color information

#B03435 (or 0xB03435) is unknown color: approx Mahogany. HEX triplet: B0, 34 and 35. RGB value is (176,52,53). Sum of RGB (Red+Green+Blue) = 176+52+53=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03435 is #4FCBCA. Grayscale: #595959. Windows color (decimal): -5229515 or 3486896. OLE color: 3486896.

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

Color convert

RGB1765253-
CMYK00.700.700.31
HSL359.52º54.39%44.71%-
HSV(B)359.52º70.45%69.02%-
XYZ19.7811.944.63-
YUV89.19107.58189.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.63%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=62.63%
G=18.51%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176525300.700.700.31359.5254.3944.71
HexB03435046461F168362d
Octal26064650106106375506655
Binary1011000011010011010101000110100011011111101101000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03435; }

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

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

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

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

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

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

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

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