#C43940

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

Shades of Mahogany #C43940

Tints of Mahogany #C43940

Color information

#C43940 (or 0xC43940) is unknown color: approx Mahogany. HEX triplet: C4, 39 and 40. RGB value is (196,57,64). Sum of RGB (Red+Green+Blue) = 196+57+64=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43940 is #3BC6BF. Grayscale: #636363. Windows color (decimal): -3917504 or 4209092. OLE color: 4209092.

HSL color Cylindrical-coordinate representation of color #C43940: hue angle of 356.98º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43940 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1965764-
CMYK00.710.670.23
HSL356.98º54.94%49.61%-
HSV(B)356.98º70.92%76.86%-
XYZ25.1515.036.43-
YUV99.36108.05196.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.83%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=61.83%
G=17.98%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196576400.710.670.23356.9854.9449.61
HexC4394004743171653732
Octal304711000107103275456762
Binary11000100111001100000001000111100001110111101100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43940; }

 p { color: rgb(196,57,64); }

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

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

 a { background-color: rgb(196,57,64); }

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

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

 span { border-color: rgb(196,57,64); }

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