#C42C35

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

Shades of Mahogany #C42C35

Tints of Mahogany #C42C35

Color information

#C42C35 (or 0xC42C35) is unknown color: approx Mahogany. HEX triplet: C4, 2C and 35. RGB value is (196,44,53). Sum of RGB (Red+Green+Blue) = 196+44+53=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C35 is #3BD3CA. Grayscale: #5A5A5A. Windows color (decimal): -3920843 or 3484868. OLE color: 3484868.

HSL color Cylindrical-coordinate representation of color #C42C35: hue angle of 356.45º 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 #C42C35 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1964453-
CMYK00.780.730.23
HSL356.45º63.33%47.06%-
HSV(B)356.45º77.55%76.86%-
XYZ24.3113.794.75-
YUV90.47106.86203.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.89%
GREEN value IS 44 (17.58% from 255) = 15.02%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=66.89%
G=15.02%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196445300.780.730.23356.4563.3347.06
HexC42C3504E49171643f2f
Octal30454650116111275447757
Binary1100010010110011010101001110100100110111101100100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42C35; }

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

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

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

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

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

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

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

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