Html Css Color HEX #B9292B Mahogany

📋 copy color: '#B9292B'

red 185 ◦ green 41 ◦ blue 43

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

Shades of Mahogany #B9292B

Tints of Mahogany #B9292B

RGB

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

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

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

R = 68.77%
G = 15.24%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9292B (or 0xB9292B) is known color: Mahogany. HEX triplet: B9, 29 and 2B. RGB value is (185,41,43). Sum of RGB (Red+Green+Blue) = 185+41+43=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9292B is #46D6D4. Grayscale: #545454. Windows color (decimal): -4642517 or 2828729. OLE color: 2828729.

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

Color convert

RGB 185 41 43 -
CMYK 0 0.78 0.77 0.27
HSL 359.17º 0.64% 0.44% -
HSV(B) 359.17º 0.78% 0.73% -
XYZ 21.24 12.07 3.5 -
YUV 84.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 185 41 43 0 0.78 0.77 0.27 359.17 0.64 0.44
Hex B9 29 2B 0 4E 4D 1B 167 40 2C
Octal 271 51 53 0 116 115 33 547 100 54
Binary 10111001 101001 101011 0 1001110 1001101 11011 101100111 1000000 101100

Color Harmonies of #B9292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9292B

Black with #B9292B

Text Example


Text Example

White with #B9292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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