#C2292C

Color #C2292C Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C2292C

Tints of Mahogany #C2292C

Color information

#C2292C (or 0xC2292C) is unknown color: approx Mahogany. HEX triplet: C2, 29 and 2C. RGB value is (194,41,44). Sum of RGB (Red+Green+Blue) = 194+41+44=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2292C is #3DD6D3. Grayscale: #575757. Windows color (decimal): -4052692 or 2894274. OLE color: 2894274.

HSL color Cylindrical-coordinate representation of color #C2292C: hue angle of 358.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2292C is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1944144-
CMYK00.790.770.24
HSL358.82º65.11%46.08%-
HSV(B)358.82º78.87%76.08%-
XYZ23.513.243.7-
YUV87.09103.69204.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.53%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=69.53%
G=14.70%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194414400.790.770.24358.8265.1146.08
HexC2292C04F4D18167412e
Octal302515401171153054710156
Binary11000010101001101100010011111001101110001011001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2292C; }

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

 H1.HeaderClassName
 {
   color: #C2292C;
 }
 .AnyTagClassName
 {
   color: #C2292C;
 }
</style>
background-color css

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

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

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

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

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

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