Html Css Color HEX #BB2728 Mahogany

📋 copy color: '#BB2728'

red 187 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #BB2728

Tints of Mahogany #BB2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 70.3%
G = 14.66%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB2728 (or 0xBB2728) is known color: Mahogany. HEX triplet: BB, 27 and 28. RGB value is (187,39,40). Sum of RGB (Red+Green+Blue) = 187+39+40=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2728 is #44D8D7. Grayscale: #535353. Windows color (decimal): -4511960 or 2631611. OLE color: 2631611.

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

Color convert

RGB 187 39 40 -
CMYK 0 0.79 0.79 0.27
HSL 359.59º 0.65% 0.44% -
HSV(B) 359.59º 0.79% 0.73% -
XYZ 21.6 12.17 3.22 -
YUV 83.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 187 39 40 0 0.79 0.79 0.27 359.59 0.65 0.44
Hex BB 27 28 0 4F 4F 1B 168 41 2C
Octal 273 47 50 0 117 117 33 550 101 54
Binary 10111011 100111 101000 0 1001111 1001111 11011 101101000 1000001 101100

Color Harmonies of #BB2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2728

Black with #BB2728

Text Example


Text Example

White with #BB2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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