Html Css Color HEX #B9292D Mahogany

📋 copy color: '#B9292D'

red 185 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #B9292D

Tints of Mahogany #B9292D

RGB

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

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

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

R = 68.27%
G = 15.13%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9292D (or 0xB9292D) is known color: Mahogany. HEX triplet: B9, 29 and 2D. RGB value is (185,41,45). Sum of RGB (Red+Green+Blue) = 185+41+45=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9292D is #46D6D2. Grayscale: #545454. Windows color (decimal): -4642515 or 2959801. OLE color: 2959801.

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

Color convert

RGB 185 41 45 -
CMYK 0 0.78 0.76 0.27
HSL 358.33º 0.64% 0.44% -
HSV(B) 358.33º 0.78% 0.73% -
XYZ 21.27 12.09 3.69 -
YUV 84.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 185 41 45 0 0.78 0.76 0.27 358.33 0.64 0.44
Hex B9 29 2D 0 4E 4C 1B 166 40 2C
Octal 271 51 55 0 116 114 33 546 100 54
Binary 10111001 101001 101101 0 1001110 1001100 11011 101100110 1000000 101100

Color Harmonies of #B9292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9292D

Black with #B9292D

Text Example


Text Example

White with #B9292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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