#bc3135

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

Shades of Mahogany #BC3135

Tints of Mahogany #BC3135

Color information

#BC3135 (or 0xBC3135) is unknown color: approx Mahogany. HEX triplet: BC, 31 and 35. RGB value is (188,49,53). Sum of RGB (Red+Green+Blue) = 188+49+53=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3135 is #43CECA. Grayscale: #5B5B5B. Windows color (decimal): -4443851 or 3486140. OLE color: 3486140.

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

Color convert

RGB1884953-
CMYK00.740.720.26
HSL358.27º58.65%46.47%-
HSV(B)358.27º73.94%73.73%-
XYZ22.4813.154.72-
YUV91.02106.55197.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.83%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=64.83%
G=16.90%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188495300.740.720.26358.2758.6546.47
HexBC313504A481A1663b2e
Octal27461650112110325467356
Binary1011110011000111010101001010100100011010101100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3135; }

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

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

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

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

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

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

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

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