#BC272C

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

Shades of Mahogany #BC272C

Tints of Mahogany #BC272C

Color information

#BC272C (or 0xBC272C) is unknown color: approx Mahogany. HEX triplet: BC, 27 and 2C. RGB value is (188,39,44). Sum of RGB (Red+Green+Blue) = 188+39+44=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC272C is #43D8D3. Grayscale: #545454. Windows color (decimal): -4446420 or 2893756. OLE color: 2893756.

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

Color convert

RGB1883944-
CMYK00.790.770.26
HSL357.99º65.64%44.51%-
HSV(B)357.99º79.26%73.73%-
XYZ21.9212.323.61-
YUV84.12105.36202.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=69.37%
G=14.39%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188394400.790.770.26357.9965.6444.51
HexBC272C04F4D1A166422d
Octal274475401171153254610255
Binary10111100100111101100010011111001101110101011001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC272C; }

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

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

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

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

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

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

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

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