#BC2D2F

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

Shades of Mahogany #BC2D2F

Tints of Mahogany #BC2D2F

Color information

#BC2D2F (or 0xBC2D2F) is unknown color: approx Mahogany. HEX triplet: BC, 2D and 2F. RGB value is (188,45,47). Sum of RGB (Red+Green+Blue) = 188+45+47=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D2F is #43D2D0. Grayscale: #585858. Windows color (decimal): -4444881 or 3091900. OLE color: 3091900.

HSL color Cylindrical-coordinate representation of color #BC2D2F: hue angle of 359.16º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D2F is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB1884547-
CMYK00.760.750.26
HSL359.16º61.37%45.69%-
HSV(B)359.16º76.06%73.73%-
XYZ22.1912.773.99-
YUV87.98104.88199.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=67.14%
G=16.07%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188454700.760.750.26359.1661.3745.69
HexBC2D2F04C4B1A1673d2e
Octal27455570114113325477556
Binary1011110010110110111101001100100101111010101100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D2F; }

 p { color: rgb(188,45,47); }

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

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

 a { background-color: rgb(188,45,47); }

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

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

 span { border-color: rgb(188,45,47); }

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