Html Css Color HEX #BC3436 Mahogany

📋 copy color: '#BC3436'

red 188 ◦ green 52 ◦ blue 54

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

Shades of Mahogany #BC3436

Tints of Mahogany #BC3436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 63.95%
G = 17.69%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC3436 (or 0xBC3436) is known color: Mahogany. HEX triplet: BC, 34 and 36. RGB value is (188,52,54). Sum of RGB (Red+Green+Blue) = 188+52+54=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3436 is #43CBC9. Grayscale: #5D5D5D. Windows color (decimal): -4443082 or 3552444. OLE color: 3552444.

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

Color convert

RGB 188 52 54 -
CMYK 0 0.72 0.71 0.26
HSL 359.12º 0.57% 0.47% -
HSV(B) 359.12º 0.72% 0.74% -
XYZ 22.63 13.41 4.89 -
YUV 92.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 188 52 54 0 0.72 0.71 0.26 359.12 0.57 0.47
Hex BC 34 36 0 48 47 1A 167 39 2F
Octal 274 64 66 0 110 107 32 547 71 57
Binary 10111100 110100 110110 0 1001000 1000111 11010 101100111 111001 101111

Color Harmonies of #BC3436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3436

Black with #BC3436

Text Example


Text Example

White with #BC3436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3436; }

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

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

background-color css

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

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

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

border-color css

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

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

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