#C24006

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

Shades of Rust #C24006

Tints of Rust #C24006

Color information

#C24006 (or 0xC24006) is unknown color: approx Rust. HEX triplet: C2, 40 and 06. RGB value is (194,64,6). Sum of RGB (Red+Green+Blue) = 194+64+6=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C24006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24006 is #3DBFF9. Grayscale: #606060. Windows color (decimal): -4046842 or 409794. OLE color: 409794.

HSL color Cylindrical-coordinate representation of color #C24006: hue angle of 18.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24006 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB194646-
CMYK00.670.970.24
HSL18.51º94%39.22%-
HSV(B)18.51º96.91%76.08%-
XYZ24.1115.151.83-
YUV96.2677.07197.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.48%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=73.48%
G=24.24%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19464600.670.970.2418.519439.22
HexC24060436118135e27
Octal30210060103141302313647
Binary11000010100000011001000011110000111000100111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24006; }

 p { color: rgb(194,64,6); }

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

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

 a { background-color: rgb(194,64,6); }

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

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

 span { border-color: rgb(194,64,6); }

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