#B72D30

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

Shades of Mahogany #B72D30

Tints of Mahogany #B72D30

Color information

#B72D30 (or 0xB72D30) is unknown color: approx Mahogany. HEX triplet: B7, 2D and 30. RGB value is (183,45,48). Sum of RGB (Red+Green+Blue) = 183+45+48=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D30 is #48D2CF. Grayscale: #565656. Windows color (decimal): -4772560 or 3157431. OLE color: 3157431.

HSL color Cylindrical-coordinate representation of color #B72D30: hue angle of 358.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D30 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1834548-
CMYK00.750.740.28
HSL358.7º60.53%44.71%-
HSV(B)358.7º75.41%71.76%-
XYZ2112.164.04-
YUV86.6106.22196.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.30%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=66.30%
G=16.30%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183454800.750.740.28358.760.5344.71
HexB72D3004B4A1C1673d2d
Octal26755600113112345477555
Binary1011011110110111000001001011100101011100101100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D30; }

 p { color: rgb(183,45,48); }

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

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

 a { background-color: rgb(183,45,48); }

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

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

 span { border-color: rgb(183,45,48); }

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