#C6460E

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

Shades of Rust #C6460E

Tints of Rust #C6460E

Color information

#C6460E (or 0xC6460E) is unknown color: approx Rust. HEX triplet: C6, 46 and 0E. RGB value is (198,70,14). Sum of RGB (Red+Green+Blue) = 198+70+14=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6460E is #39B9F1. Grayscale: #666666. Windows color (decimal): -3783154 or 935622. OLE color: 935622.

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

Color convert

RGB1987014-
CMYK00.650.930.22
HSL18.26º86.79%41.57%-
HSV(B)18.26º92.93%77.65%-
XYZ25.5616.422.24-
YUV101.8978.41196.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.21%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 14 (5.86% from 255) = 4.96%
R=70.21%
G=24.82%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198701400.650.930.2218.2686.7941.57
HexC646E0415D1612572a
Octal306106160101135262212752
Binary110001101000110111001000001101110110110100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6460E; }

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

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

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

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

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

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

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

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