Html Css Color HEX #B7292C Mahogany

📋 copy color: '#B7292C'

red 183 ◦ green 41 ◦ blue 44

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

Shades of Mahogany #B7292C

Tints of Mahogany #B7292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 68.28%
G = 15.3%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7292C (or 0xB7292C) is known color: Mahogany. HEX triplet: B7, 29 and 2C. RGB value is (183,41,44). Sum of RGB (Red+Green+Blue) = 183+41+44=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7292C is #48D6D3. Grayscale: #535353. Windows color (decimal): -4773588 or 2894263. OLE color: 2894263.

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

Color convert

RGB 183 41 44 -
CMYK 0 0.78 0.76 0.28
HSL 358.73º 0.63% 0.44% -
HSV(B) 358.73º 0.78% 0.72% -
XYZ 20.78 11.84 3.57 -
YUV 83.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 183 41 44 0 0.78 0.76 0.28 358.73 0.63 0.44
Hex B7 29 2C 0 4E 4C 1C 167 3F 2C
Octal 267 51 54 0 116 114 34 547 77 54
Binary 10110111 101001 101100 0 1001110 1001100 11100 101100111 111111 101100

Color Harmonies of #B7292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7292C

Black with #B7292C

Text Example


Text Example

White with #B7292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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