#C2292E

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

Shades of Mahogany #C2292E

Tints of Mahogany #C2292E

Color information

#C2292E (or 0xC2292E) is unknown color: approx Mahogany. HEX triplet: C2, 29 and 2E. RGB value is (194,41,46). Sum of RGB (Red+Green+Blue) = 194+41+46=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C2292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2292E is #3DD6D1. Grayscale: #575757. Windows color (decimal): -4052690 or 3025346. OLE color: 3025346.

HSL color Cylindrical-coordinate representation of color #C2292E: hue angle of 358.04º 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 #C2292E is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB1944146-
CMYK00.790.760.24
HSL358.04º65.11%46.08%-
HSV(B)358.04º78.87%76.08%-
XYZ23.5313.253.9-
YUV87.32104.69204.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.04%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=69.04%
G=14.59%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194414600.790.760.24358.0465.1146.08
HexC2292E04F4C18166412e
Octal302515601171143054610156
Binary11000010101001101110010011111001100110001011001101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2292E; }

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

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

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

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

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

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

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

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