#B02F30

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

Shades of Mahogany #B02F30

Tints of Mahogany #B02F30

Color information

#B02F30 (or 0xB02F30) is unknown color: approx Mahogany. HEX triplet: B0, 2F and 30. RGB value is (176,47,48). Sum of RGB (Red+Green+Blue) = 176+47+48=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F30 is #4FD0CF. Grayscale: #555555. Windows color (decimal): -5230800 or 3157936. OLE color: 3157936.

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

Color convert

RGB1764748-
CMYK00.730.730.31
HSL359.53º57.85%43.73%-
HSV(B)359.53º73.3%69.02%-
XYZ19.4511.483.99-
YUV85.68106.74192.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 47 (18.75% from 255) = 17.34%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=64.94%
G=17.34%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176474800.730.730.31359.5357.8543.73
HexB02F30049491F1683a2c
Octal26057600111111375507254
Binary1011000010111111000001001001100100111111101101000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F30; }

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

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

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

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

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

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

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

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