#C64610

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

Shades of Rust #C64610

Tints of Rust #C64610

Color information

#C64610 (or 0xC64610) is unknown color: approx Rust. HEX triplet: C6, 46 and 10. RGB value is (198,70,16). Sum of RGB (Red+Green+Blue) = 198+70+16=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C64610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64610 is #39B9EF. Grayscale: #666666. Windows color (decimal): -3783152 or 1066694. OLE color: 1066694.

HSL color Cylindrical-coordinate representation of color #C64610: hue angle of 17.8º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C64610 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB1987016-
CMYK00.650.920.22
HSL17.8º85.05%41.96%-
HSV(B)17.8º91.92%77.65%-
XYZ25.5716.422.31-
YUV102.1279.41196.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.72%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 16 (6.64% from 255) = 5.63%
R=69.72%
G=24.65%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198701600.650.920.2217.885.0541.96
HexC646100415C1612552a
Octal306106200101134262212552
Binary1100011010001101000001000001101110010110100101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64610; }

 p { color: rgb(198,70,16); }

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

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

 a { background-color: rgb(198,70,16); }

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

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

 span { border-color: rgb(198,70,16); }

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