#C24C16

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

Shades of Rust #C24C16

Tints of Rust #C24C16

Color information

#C24C16 (or 0xC24C16) is unknown color: approx Rust. HEX triplet: C2, 4C and 16. RGB value is (194,76,22). Sum of RGB (Red+Green+Blue) = 194+76+22=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C16 is #3DB3E9. Grayscale: #696969. Windows color (decimal): -4043754 or 1461442. OLE color: 1461442.

HSL color Cylindrical-coordinate representation of color #C24C16: hue angle of 18.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C24C16 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1947622-
CMYK00.610.890.24
HSL18.84º79.63%42.35%-
HSV(B)18.84º88.66%76.08%-
XYZ24.9816.72.67-
YUV105.1381.09191.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.44%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=66.44%
G=26.03%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194762200.610.890.2418.8479.6342.35
HexC24C1603D591813502a
Octal30211426075131302312052
Binary110000101001100101100111101101100111000100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C16; }

 p { color: rgb(194,76,22); }

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

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

 a { background-color: rgb(194,76,22); }

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

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

 span { border-color: rgb(194,76,22); }

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