#BC2C31

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

Shades of Mahogany #BC2C31

Tints of Mahogany #BC2C31

Color information

#BC2C31 (or 0xBC2C31) is unknown color: approx Mahogany. HEX triplet: BC, 2C and 31. RGB value is (188,44,49). Sum of RGB (Red+Green+Blue) = 188+44+49=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C31 is #43D3CE. Grayscale: #575757. Windows color (decimal): -4445135 or 3222716. OLE color: 3222716.

HSL color Cylindrical-coordinate representation of color #BC2C31: hue angle of 357.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C31 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB1884449-
CMYK00.770.740.26
HSL357.92º62.07%45.49%-
HSV(B)357.92º76.6%73.73%-
XYZ22.1912.714.19-
YUV87.63106.21199.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=66.90%
G=15.66%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188444900.770.740.26357.9262.0745.49
HexBC2C3104D4A1A1663e2d
Octal27454610115112325467655
Binary1011110010110011000101001101100101011010101100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2C31; }

 p { color: rgb(188,44,49); }

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

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

 a { background-color: rgb(188,44,49); }

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

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

 span { border-color: rgb(188,44,49); }

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