#B02F34

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

Shades of Mahogany #B02F34

Tints of Mahogany #B02F34

Color information

#B02F34 (or 0xB02F34) is unknown color: approx Mahogany. HEX triplet: B0, 2F and 34. RGB value is (176,47,52). Sum of RGB (Red+Green+Blue) = 176+47+52=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F34 is #4FD0CB. Grayscale: #565656. Windows color (decimal): -5230796 or 3420080. OLE color: 3420080.

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

Color convert

RGB1764752-
CMYK00.730.700.31
HSL357.67º57.85%43.73%-
HSV(B)357.67º73.3%69.02%-
XYZ19.5411.514.44-
YUV86.14108.74192.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=64%
G=17.09%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176475200.730.700.31357.6757.8543.73
HexB02F34049461F1663a2c
Octal26057640111106375467254
Binary1011000010111111010001001001100011011111101100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F34; }

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

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

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

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

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

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

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

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