Html Css Color HEX #BB292D Mahogany

📋 copy color: '#BB292D'

red 187 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #BB292D

Tints of Mahogany #BB292D

RGB

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

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

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

R = 68.5%
G = 15.02%
B = 16.48%

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

#BB292D (or 0xBB292D) is known color: Mahogany. HEX triplet: BB, 29 and 2D. RGB value is (187,41,45). Sum of RGB (Red+Green+Blue) = 187+41+45=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB292D is #44D6D2. Grayscale: #555555. Windows color (decimal): -4511443 or 2959803. OLE color: 2959803.

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

Color convert

RGB 187 41 45 -
CMYK 0 0.78 0.76 0.27
HSL 358.36º 0.64% 0.45% -
HSV(B) 358.36º 0.78% 0.73% -
XYZ 21.76 12.34 3.72 -
YUV 85.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 187 41 45 0 0.78 0.76 0.27 358.36 0.64 0.45
Hex BB 29 2D 0 4E 4C 1B 166 40 2D
Octal 273 51 55 0 116 114 33 546 100 55
Binary 10111011 101001 101101 0 1001110 1001100 11011 101100110 1000000 101101

Color Harmonies of #BB292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB292D

Black with #BB292D

Text Example


Text Example

White with #BB292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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