#BC363A

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

Shades of Mahogany #BC363A

Tints of Mahogany #BC363A

Color information

#BC363A (or 0xBC363A) is unknown color: approx Mahogany. HEX triplet: BC, 36 and 3A. RGB value is (188,54,58). Sum of RGB (Red+Green+Blue) = 188+54+58=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363A is #43C9C5. Grayscale: #5E5E5E. Windows color (decimal): -4442566 or 3815100. OLE color: 3815100.

HSL color Cylindrical-coordinate representation of color #BC363A: hue angle of 358.21º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC363A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1885458-
CMYK00.710.690.26
HSL358.21º55.37%47.45%-
HSV(B)358.21º71.28%73.73%-
XYZ22.8213.645.43-
YUV94.52107.39194.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=62.67%
G=18%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188545800.710.690.26358.2155.3747.45
HexBC363A047451A166372f
Octal27466720107105325466757
Binary1011110011011011101001000111100010111010101100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC363A; }

 p { color: rgb(188,54,58); }

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

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

 a { background-color: rgb(188,54,58); }

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

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

 span { border-color: rgb(188,54,58); }

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