#BC2D30

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

Shades of Mahogany #BC2D30

Tints of Mahogany #BC2D30

Color information

#BC2D30 (or 0xBC2D30) is unknown color: approx Mahogany. HEX triplet: BC, 2D and 30. RGB value is (188,45,48). Sum of RGB (Red+Green+Blue) = 188+45+48=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D30 is #43D2CF. Grayscale: #585858. Windows color (decimal): -4444880 or 3157436. OLE color: 3157436.

HSL color Cylindrical-coordinate representation of color #BC2D30: hue angle of 358.74º 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 #BC2D30 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB1884548-
CMYK00.760.740.26
HSL358.74º61.37%45.69%-
HSV(B)358.74º76.06%73.73%-
XYZ22.2112.784.09-
YUV88.1105.38199.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=66.90%
G=16.01%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188454800.760.740.26358.7461.3745.69
HexBC2D3004C4A1A1673d2e
Octal27455600114112325477556
Binary1011110010110111000001001100100101011010101100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D30; }

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

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

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

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

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

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

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

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