#C42C2E

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

Shades of Mahogany #C42C2E

Tints of Mahogany #C42C2E

Color information

#C42C2E (or 0xC42C2E) is unknown color: approx Mahogany. HEX triplet: C4, 2C and 2E. RGB value is (196,44,46). Sum of RGB (Red+Green+Blue) = 196+44+46=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C2E is #3BD3D1. Grayscale: #595959. Windows color (decimal): -3920850 or 3026116. OLE color: 3026116.

HSL color Cylindrical-coordinate representation of color #C42C2E: hue angle of 359.21º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C2E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB1964446-
CMYK00.780.770.23
HSL359.21º63.33%47.06%-
HSV(B)359.21º77.55%76.86%-
XYZ24.1613.733.96-
YUV89.68103.36203.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.53%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=68.53%
G=15.38%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196444600.780.770.23359.2163.3347.06
HexC42C2E04E4D171673f2f
Octal30454560116115275477757
Binary1100010010110010111001001110100110110111101100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42C2E; }

 p { color: rgb(196,44,46); }

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

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

 a { background-color: rgb(196,44,46); }

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

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

 span { border-color: rgb(196,44,46); }

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