Html Css Color HEX #BC3A3C Mahogany

📋 copy color: '#BC3A3C'

red 188 ◦ green 58 ◦ blue 60

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

Shades of Mahogany #BC3A3C

Tints of Mahogany #BC3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 61.44%
G = 18.95%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC3A3C (or 0xBC3A3C) is known color: Mahogany. HEX triplet: BC, 3A and 3C. RGB value is (188,58,60). Sum of RGB (Red+Green+Blue) = 188+58+60=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A3C is #43C5C3. Grayscale: #616161. Windows color (decimal): -4441540 or 3947196. OLE color: 3947196.

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

Color convert

RGB 188 58 60 -
CMYK 0 0.69 0.68 0.26
HSL 359.08º 0.53% 0.48% -
HSV(B) 359.08º 0.69% 0.74% -
XYZ 23.07 14.04 5.77 -
YUV 97.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 188 58 60 0 0.69 0.68 0.26 359.08 0.53 0.48
Hex BC 3A 3C 0 45 44 1A 167 35 30
Octal 274 72 74 0 105 104 32 547 65 60
Binary 10111100 111010 111100 0 1000101 1000100 11010 101100111 110101 110000

Color Harmonies of #BC3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A3C

Black with #BC3A3C

Text Example


Text Example

White with #BC3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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