Html Css Color HEX #B92829 Mahogany

📋 copy color: '#B92829'

red 185 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #B92829

Tints of Mahogany #B92829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 69.55%
G = 15.04%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92829 (or 0xB92829) is known color: Mahogany. HEX triplet: B9, 28 and 29. RGB value is (185,40,41). Sum of RGB (Red+Green+Blue) = 185+40+41=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B92829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92829 is #46D7D6. Grayscale: #535353. Windows color (decimal): -4642775 or 2697401. OLE color: 2697401.

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

Color convert

RGB 185 40 41 -
CMYK 0 0.78 0.78 0.27
HSL 359.59º 0.64% 0.44% -
HSV(B) 359.59º 0.78% 0.73% -
XYZ 21.17 11.99 3.3 -
YUV 83.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 185 40 41 0 0.78 0.78 0.27 359.59 0.64 0.44
Hex B9 28 29 0 4E 4E 1B 168 40 2C
Octal 271 50 51 0 116 116 33 550 100 54
Binary 10111001 101000 101001 0 1001110 1001110 11011 101101000 1000000 101100

Color Harmonies of #B92829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92829

Black with #B92829

Text Example


Text Example

White with #B92829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92829; }

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

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

background-color css

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

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

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

border-color css

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

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

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