Html Css Color HEX #B8292D Mahogany

📋 copy color: '#B8292D'

red 184 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #B8292D

Tints of Mahogany #B8292D

RGB

 RED value IS 184 (72.27% from 255) = 68.15%

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

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

R = 68.15%
G = 15.19%
B = 16.67%

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

#B8292D (or 0xB8292D) is known color: Mahogany. HEX triplet: B8, 29 and 2D. RGB value is (184,41,45). Sum of RGB (Red+Green+Blue) = 184+41+45=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8292D is #47D6D2. Grayscale: #545454. Windows color (decimal): -4708051 or 2959800. OLE color: 2959800.

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

Color convert

RGB 184 41 45 -
CMYK 0 0.78 0.76 0.28
HSL 358.32º 0.64% 0.44% -
HSV(B) 358.32º 0.78% 0.72% -
XYZ 21.03 11.97 3.68 -
YUV 84.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 184 41 45 0 0.78 0.76 0.28 358.32 0.64 0.44
Hex B8 29 2D 0 4E 4C 1C 166 40 2C
Octal 270 51 55 0 116 114 34 546 100 54
Binary 10111000 101001 101101 0 1001110 1001100 11100 101100110 1000000 101100

Color Harmonies of #B8292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8292D

Black with #B8292D

Text Example


Text Example

White with #B8292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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