Html Css Color HEX #B72C2D Mahogany

📋 copy color: '#B72C2D'

red 183 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #B72C2D

Tints of Mahogany #B72C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 67.28%
G = 16.18%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B72C2D (or 0xB72C2D) is known color: Mahogany. HEX triplet: B7, 2C and 2D. RGB value is (183,44,45). Sum of RGB (Red+Green+Blue) = 183+44+45=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C2D is #48D3D2. Grayscale: #555555. Windows color (decimal): -4772819 or 2960567. OLE color: 2960567.

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

Color convert

RGB 183 44 45 -
CMYK 0 0.76 0.75 0.28
HSL 359.57º 0.61% 0.45% -
HSV(B) 359.57º 0.76% 0.72% -
XYZ 20.9 12.06 3.71 -
YUV 85.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 183 44 45 0 0.76 0.75 0.28 359.57 0.61 0.45
Hex B7 2C 2D 0 4C 4B 1C 168 3D 2D
Octal 267 54 55 0 114 113 34 550 75 55
Binary 10110111 101100 101101 0 1001100 1001011 11100 101101000 111101 101101

Color Harmonies of #B72C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C2D

Black with #B72C2D

Text Example


Text Example

White with #B72C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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