Html Css Color HEX #BC2E34 Mahogany

📋 copy color: '#BC2E34'

red 188 ◦ green 46 ◦ blue 52

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

Shades of Mahogany #BC2E34

Tints of Mahogany #BC2E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 65.73%
G = 16.08%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC2E34 (or 0xBC2E34) is known color: Mahogany. HEX triplet: BC, 2E and 34. RGB value is (188,46,52). Sum of RGB (Red+Green+Blue) = 188+46+52=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E34 is #43D1CB. Grayscale: #595959. Windows color (decimal): -4444620 or 3419836. OLE color: 3419836.

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

Color convert

RGB 188 46 52 -
CMYK 0 0.76 0.72 0.26
HSL 357.46º 0.61% 0.46% -
HSV(B) 357.46º 0.76% 0.74% -
XYZ 22.34 12.89 4.56 -
YUV 89.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 188 46 52 0 0.76 0.72 0.26 357.46 0.61 0.46
Hex BC 2E 34 0 4C 48 1A 165 3D 2E
Octal 274 56 64 0 114 110 32 545 75 56
Binary 10111100 101110 110100 0 1001100 1001000 11010 101100101 111101 101110

Color Harmonies of #BC2E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E34

Black with #BC2E34

Text Example


Text Example

White with #BC2E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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