Html Css Color HEX #BC292C Mahogany

📋 copy color: '#BC292C'

red 188 ◦ green 41 ◦ blue 44

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

Shades of Mahogany #BC292C

Tints of Mahogany #BC292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 68.86%
G = 15.02%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC292C (or 0xBC292C) is known color: Mahogany. HEX triplet: BC, 29 and 2C. RGB value is (188,41,44). Sum of RGB (Red+Green+Blue) = 188+41+44=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC292C is #43D6D3. Grayscale: #555555. Windows color (decimal): -4445908 or 2894268. OLE color: 2894268.

HSL color Cylindrical-coordinate representation of color #BC292C: hue angle of 358.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC292C is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 44 -
CMYK 0 0.78 0.77 0.26
HSL 358.78º 0.64% 0.45% -
HSV(B) 358.78º 0.78% 0.74% -
XYZ 21.99 12.46 3.63 -
YUV 85.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 188 41 44 0 0.78 0.77 0.26 358.78 0.64 0.45
Hex BC 29 2C 0 4E 4D 1A 167 40 2D
Octal 274 51 54 0 116 115 32 547 100 55
Binary 10111100 101001 101100 0 1001110 1001101 11010 101100111 1000000 101101

Color Harmonies of #BC292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC292C

Black with #BC292C

Text Example


Text Example

White with #BC292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC292C; }

 p { color: rgb(188,41,44); }

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

background-color css

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

 a { background-color: rgb(188,41,44); }

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

border-color css

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

 span { border-color: rgb(188,41,44); }

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