Html Css Color HEX #B72E30 Mahogany

📋 copy color: '#B72E30'

red 183 ◦ green 46 ◦ blue 48

#B72E30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #B72E30

Tints of Mahogany #B72E30

RGB

 RED value IS 183 (71.88% from 255) = 66.06%

 GREEN value IS 46 (18.36% from 255) = 16.61%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 66.06%
G = 16.61%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B72E30 (or 0xB72E30) is known color: Mahogany. HEX triplet: B7, 2E and 30. RGB value is (183,46,48). Sum of RGB (Red+Green+Blue) = 183+46+48=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E30 is #48D1CF. Grayscale: #575757. Windows color (decimal): -4772304 or 3157687. OLE color: 3157687.

HSL color Cylindrical-coordinate representation of color #B72E30: hue angle of 359.12º degrees, saturation: 0.6, 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 #B72E30 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 46 48 -
CMYK 0 0.75 0.74 0.28
HSL 359.12º 0.6% 0.45% -
HSV(B) 359.12º 0.75% 0.72% -
XYZ 21.04 12.23 4.05 -
YUV 87.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 183 46 48 0 0.75 0.74 0.28 359.12 0.6 0.45
Hex B7 2E 30 0 4B 4A 1C 167 3C 2D
Octal 267 56 60 0 113 112 34 547 74 55
Binary 10110111 101110 110000 0 1001011 1001010 11100 101100111 111100 101101

Color Harmonies of #B72E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E30

Black with #B72E30

Text Example


Text Example

White with #B72E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E30; }

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

 H1.HeaderClassName
 {
   color: #B72E30;
 }
 .AnyTagClassName
 {
   color: #B72E30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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