#C42930

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

Shades of Mahogany #C42930

Tints of Mahogany #C42930

Color information

#C42930 (or 0xC42930) is unknown color: approx Mahogany. HEX triplet: C4, 29 and 30. RGB value is (196,41,48). Sum of RGB (Red+Green+Blue) = 196+41+48=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42930 is #3BD6CF. Grayscale: #585858. Windows color (decimal): -3921616 or 3156420. OLE color: 3156420.

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

Color convert

RGB1964148-
CMYK00.790.760.23
HSL357.29º65.4%46.47%-
HSV(B)357.29º79.08%76.86%-
XYZ24.0913.544.14-
YUV88.14105.35204.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.77%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=68.77%
G=14.39%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196414800.790.760.23357.2965.446.47
HexC4293004F4C17165412e
Octal304516001171142754510156
Binary11000100101001110000010011111001100101111011001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42930; }

 p { color: rgb(196,41,48); }

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

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

 a { background-color: rgb(196,41,48); }

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

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

 span { border-color: rgb(196,41,48); }

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