Html Css Color HEX #BC393D Mahogany

📋 copy color: '#BC393D'

red 188 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #BC393D

Tints of Mahogany #BC393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 61.44%
G = 18.63%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC393D (or 0xBC393D) is known color: Mahogany. HEX triplet: BC, 39 and 3D. RGB value is (188,57,61). Sum of RGB (Red+Green+Blue) = 188+57+61=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC393D is #43C6C2. Grayscale: #606060. Windows color (decimal): -4441795 or 4012476. OLE color: 4012476.

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

Color convert

RGB 188 57 61 -
CMYK 0 0.70 0.68 0.26
HSL 358.17º 0.53% 0.48% -
HSV(B) 358.17º 0.7% 0.74% -
XYZ 23.04 13.95 5.89 -
YUV 96.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 188 57 61 0 0.70 0.68 0.26 358.17 0.53 0.48
Hex BC 39 3D 0 46 44 1A 166 35 30
Octal 274 71 75 0 106 104 32 546 65 60
Binary 10111100 111001 111101 0 1000110 1000100 11010 101100110 110101 110000

Color Harmonies of #BC393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC393D

Black with #BC393D

Text Example


Text Example

White with #BC393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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