#BB2A2C

Color #BB2A2C Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #BB2A2C

Tints of Mahogany #BB2A2C

Color information

#BB2A2C (or 0xBB2A2C) is unknown color: approx Mahogany. HEX triplet: BB, 2A and 2C. RGB value is (187,42,44). Sum of RGB (Red+Green+Blue) = 187+42+44=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A2C is #44D5D3. Grayscale: #555555. Windows color (decimal): -4511188 or 2894523. OLE color: 2894523.

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

Color convert

RGB1874244-
CMYK00.780.760.27
HSL359.17º63.32%44.9%-
HSV(B)359.17º77.54%73.33%-
XYZ21.7812.43.63-
YUV85.58104.54200.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=68.50%
G=15.38%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187424400.780.760.27359.1763.3244.9
HexBB2A2C04E4C1B1673f2d
Octal27352540116114335477755
Binary1011101110101010110001001110100110011011101100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A2C; }

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

 H1.HeaderClassName
 {
   color: #BB2A2C;
 }
 .AnyTagClassName
 {
   color: #BB2A2C;
 }
</style>
background-color css

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

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

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

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

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

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