Html Css Color HEX #BC393A Mahogany

📋 copy color: '#BC393A'

red 188 ◦ green 57 ◦ blue 58

#BC393A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #BC393A

Tints of Mahogany #BC393A

RGB

 RED value IS 188 (73.83% from 255) = 62.05%

 GREEN value IS 57 (22.66% from 255) = 18.81%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 62.05%
G = 18.81%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC393A (or 0xBC393A) is known color: Mahogany. HEX triplet: BC, 39 and 3A. RGB value is (188,57,58). Sum of RGB (Red+Green+Blue) = 188+57+58=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC393A is #43C6C5. Grayscale: #606060. Windows color (decimal): -4441798 or 3815868. OLE color: 3815868.

HSL color Cylindrical-coordinate representation of color #BC393A: hue angle of 359.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC393A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 58 -
CMYK 0 0.70 0.69 0.26
HSL 359.54º 0.53% 0.48% -
HSV(B) 359.54º 0.7% 0.74% -
XYZ 22.97 13.92 5.48 -
YUV 96.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 188 57 58 0 0.70 0.69 0.26 359.54 0.53 0.48
Hex BC 39 3A 0 46 45 1A 168 35 30
Octal 274 71 72 0 106 105 32 550 65 60
Binary 10111100 111001 111010 0 1000110 1000101 11010 101101000 110101 110000

Color Harmonies of #BC393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC393A

Black with #BC393A

Text Example


Text Example

White with #BC393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC393A; }

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

 H1.HeaderClassName
 {
   color: #BC393A;
 }
 .AnyTagClassName
 {
   color: #BC393A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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