Html Css Color HEX #B72A2F Mahogany

📋 copy color: '#B72A2F'

red 183 ◦ green 42 ◦ blue 47

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

Shades of Mahogany #B72A2F

Tints of Mahogany #B72A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.44%

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 67.28%
G = 15.44%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B72A2F (or 0xB72A2F) is known color: Mahogany. HEX triplet: B7, 2A and 2F. RGB value is (183,42,47). Sum of RGB (Red+Green+Blue) = 183+42+47=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A2F is #48D5D0. Grayscale: #545454. Windows color (decimal): -4773329 or 3091127. OLE color: 3091127.

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

Color convert

RGB 183 42 47 -
CMYK 0 0.77 0.74 0.28
HSL 357.87º 0.63% 0.44% -
HSV(B) 357.87º 0.77% 0.72% -
XYZ 20.87 11.93 3.89 -
YUV 84.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 183 42 47 0 0.77 0.74 0.28 357.87 0.63 0.44
Hex B7 2A 2F 0 4D 4A 1C 166 3F 2C
Octal 267 52 57 0 115 112 34 546 77 54
Binary 10110111 101010 101111 0 1001101 1001010 11100 101100110 111111 101100

Color Harmonies of #B72A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A2F

Black with #B72A2F

Text Example


Text Example

White with #B72A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A2F; }

 p { color: rgb(183,42,47); }

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

background-color css

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

 a { background-color: rgb(183,42,47); }

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

border-color css

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

 span { border-color: rgb(183,42,47); }

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