Html Css Color HEX #B9292E Mahogany

📋 copy color: '#B9292E'

red 185 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #B9292E

Tints of Mahogany #B9292E

RGB

 RED value IS 185 (72.66% from 255) = 68.01%

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 68.01%
G = 15.07%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9292E (or 0xB9292E) is known color: Mahogany. HEX triplet: B9, 29 and 2E. RGB value is (185,41,46). Sum of RGB (Red+Green+Blue) = 185+41+46=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B9292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9292E is #46D6D1. Grayscale: #545454. Windows color (decimal): -4642514 or 3025337. OLE color: 3025337.

HSL color Cylindrical-coordinate representation of color #B9292E: hue angle of 357.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9292E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 41 46 -
CMYK 0 0.78 0.75 0.27
HSL 357.92º 0.64% 0.44% -
HSV(B) 357.92º 0.78% 0.73% -
XYZ 21.29 12.1 3.8 -
YUV 84.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 185 41 46 0 0.78 0.75 0.27 357.92 0.64 0.44
Hex B9 29 2E 0 4E 4B 1B 166 40 2C
Octal 271 51 56 0 116 113 33 546 100 54
Binary 10111001 101001 101110 0 1001110 1001011 11011 101100110 1000000 101100

Color Harmonies of #B9292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9292E

Black with #B9292E

Text Example


Text Example

White with #B9292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9292E; }

 p { color: rgb(185,41,46); }

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

background-color css

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

 a { background-color: rgb(185,41,46); }

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

border-color css

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

 span { border-color: rgb(185,41,46); }

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