Html Css Color HEX #B7292D Mahogany

📋 copy color: '#B7292D'

red 183 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #B7292D

Tints of Mahogany #B7292D

RGB

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

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

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

R = 68.03%
G = 15.24%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7292D (or 0xB7292D) is known color: Mahogany. HEX triplet: B7, 29 and 2D. RGB value is (183,41,45). Sum of RGB (Red+Green+Blue) = 183+41+45=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B7292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7292D is #48D6D2. Grayscale: #545454. Windows color (decimal): -4773587 or 2959799. OLE color: 2959799.

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

Color convert

RGB 183 41 45 -
CMYK 0 0.78 0.75 0.28
HSL 358.31º 0.63% 0.44% -
HSV(B) 358.31º 0.78% 0.72% -
XYZ 20.8 11.84 3.67 -
YUV 83.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 183 41 45 0 0.78 0.75 0.28 358.31 0.63 0.44
Hex B7 29 2D 0 4E 4B 1C 166 3F 2C
Octal 267 51 55 0 116 113 34 546 77 54
Binary 10110111 101001 101101 0 1001110 1001011 11100 101100110 111111 101100

Color Harmonies of #B7292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7292D

Black with #B7292D

Text Example


Text Example

White with #B7292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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