Html Css Color HEX #B8292B Mahogany

📋 copy color: '#B8292B'

red 184 ◦ green 41 ◦ blue 43

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

Shades of Mahogany #B8292B

Tints of Mahogany #B8292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 68.66%
G = 15.3%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8292B (or 0xB8292B) is known color: Mahogany. HEX triplet: B8, 29 and 2B. RGB value is (184,41,43). Sum of RGB (Red+Green+Blue) = 184+41+43=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8292B is #47D6D4. Grayscale: #545454. Windows color (decimal): -4708053 or 2828728. OLE color: 2828728.

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

Color convert

RGB 184 41 43 -
CMYK 0 0.78 0.77 0.28
HSL 359.16º 0.64% 0.44% -
HSV(B) 359.16º 0.78% 0.72% -
XYZ 21 11.95 3.49 -
YUV 83.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 184 41 43 0 0.78 0.77 0.28 359.16 0.64 0.44
Hex B8 29 2B 0 4E 4D 1C 167 40 2C
Octal 270 51 53 0 116 115 34 547 100 54
Binary 10111000 101001 101011 0 1001110 1001101 11100 101100111 1000000 101100

Color Harmonies of #B8292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8292B

Black with #B8292B

Text Example


Text Example

White with #B8292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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