Html Css Color HEX #BB2829 Mahogany

📋 copy color: '#BB2829'

red 187 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #BB2829

Tints of Mahogany #BB2829

RGB

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

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

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

R = 69.78%
G = 14.93%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB2829 (or 0xBB2829) is known color: Mahogany. HEX triplet: BB, 28 and 29. RGB value is (187,40,41). Sum of RGB (Red+Green+Blue) = 187+40+41=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2829 is #44D7D6. Grayscale: #545454. Windows color (decimal): -4511703 or 2697403. OLE color: 2697403.

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

Color convert

RGB 187 40 41 -
CMYK 0 0.79 0.78 0.27
HSL 359.59º 0.65% 0.45% -
HSV(B) 359.59º 0.79% 0.73% -
XYZ 21.65 12.24 3.32 -
YUV 84.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 187 40 41 0 0.79 0.78 0.27 359.59 0.65 0.45
Hex BB 28 29 0 4F 4E 1B 168 41 2D
Octal 273 50 51 0 117 116 33 550 101 55
Binary 10111011 101000 101001 0 1001111 1001110 11011 101101000 1000001 101101

Color Harmonies of #BB2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2829

Black with #BB2829

Text Example


Text Example

White with #BB2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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