Html Css Color HEX #BB292A Mahogany

📋 copy color: '#BB292A'

red 187 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #BB292A

Tints of Mahogany #BB292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 69.26%
G = 15.19%
B = 15.56%

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

#BB292A (or 0xBB292A) is known color: Mahogany. HEX triplet: BB, 29 and 2A. RGB value is (187,41,42). Sum of RGB (Red+Green+Blue) = 187+41+42=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB292A is #44D6D5. Grayscale: #545454. Windows color (decimal): -4511446 or 2763195. OLE color: 2763195.

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

Color convert

RGB 187 41 42 -
CMYK 0 0.78 0.78 0.27
HSL 359.59º 0.64% 0.45% -
HSV(B) 359.59º 0.78% 0.73% -
XYZ 21.7 12.32 3.42 -
YUV 84.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 187 41 42 0 0.78 0.78 0.27 359.59 0.64 0.45
Hex BB 29 2A 0 4E 4E 1B 168 40 2D
Octal 273 51 52 0 116 116 33 550 100 55
Binary 10111011 101001 101010 0 1001110 1001110 11011 101101000 1000000 101101

Color Harmonies of #BB292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB292A

Black with #BB292A

Text Example


Text Example

White with #BB292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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