Html Css Color HEX #B72A2D Mahogany

📋 copy color: '#B72A2D'

red 183 ◦ green 42 ◦ blue 45

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

Shades of Mahogany #B72A2D

Tints of Mahogany #B72A2D

RGB

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

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

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

R = 67.78%
G = 15.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B72A2D (or 0xB72A2D) is known color: Mahogany. HEX triplet: B7, 2A and 2D. RGB value is (183,42,45). Sum of RGB (Red+Green+Blue) = 183+42+45=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A2D is #48D5D2. Grayscale: #545454. Windows color (decimal): -4773331 or 2960055. OLE color: 2960055.

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

Color convert

RGB 183 42 45 -
CMYK 0 0.77 0.75 0.28
HSL 358.72º 0.63% 0.44% -
HSV(B) 358.72º 0.77% 0.72% -
XYZ 20.83 11.91 3.68 -
YUV 84.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 183 42 45 0 0.77 0.75 0.28 358.72 0.63 0.44
Hex B7 2A 2D 0 4D 4B 1C 167 3F 2C
Octal 267 52 55 0 115 113 34 547 77 54
Binary 10110111 101010 101101 0 1001101 1001011 11100 101100111 111111 101100

Color Harmonies of #B72A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A2D

Black with #B72A2D

Text Example


Text Example

White with #B72A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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