Html Css Color HEX #BB292C Mahogany

📋 copy color: '#BB292C'

red 187 ◦ green 41 ◦ blue 44

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

Shades of Mahogany #BB292C

Tints of Mahogany #BB292C

RGB

 RED value IS 187 (73.44% from 255) = 68.75%

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

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 68.75%
G = 15.07%
B = 16.18%

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

#BB292C (or 0xBB292C) is known color: Mahogany. HEX triplet: BB, 29 and 2C. RGB value is (187,41,44). Sum of RGB (Red+Green+Blue) = 187+41+44=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB292C is #44D6D3. Grayscale: #555555. Windows color (decimal): -4511444 or 2894267. OLE color: 2894267.

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

Color convert

RGB 187 41 44 -
CMYK 0 0.78 0.76 0.27
HSL 358.77º 0.64% 0.45% -
HSV(B) 358.77º 0.78% 0.73% -
XYZ 21.74 12.33 3.62 -
YUV 85 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 187 41 44 0 0.78 0.76 0.27 358.77 0.64 0.45
Hex BB 29 2C 0 4E 4C 1B 167 40 2D
Octal 273 51 54 0 116 114 33 547 100 55
Binary 10111011 101001 101100 0 1001110 1001100 11011 101100111 1000000 101101

Color Harmonies of #BB292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB292C

Black with #BB292C

Text Example


Text Example

White with #BB292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB292C; }

 p { color: rgb(187,41,44); }

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

background-color css

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

 a { background-color: rgb(187,41,44); }

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

border-color css

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

 span { border-color: rgb(187,41,44); }

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