#C6460D

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

Shades of Rust #C6460D

Tints of Rust #C6460D

Color information

#C6460D (or 0xC6460D) is unknown color: approx Rust. HEX triplet: C6, 46 and 0D. RGB value is (198,70,13). Sum of RGB (Red+Green+Blue) = 198+70+13=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6460D is #39B9F2. Grayscale: #666666. Windows color (decimal): -3783155 or 870086. OLE color: 870086.

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

Color convert

RGB1987013-
CMYK00.650.930.22
HSL18.49º87.68%41.37%-
HSV(B)18.49º93.43%77.65%-
XYZ25.5516.422.2-
YUV101.7777.91196.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=70.46%
G=24.91%
B=4.63%

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
Decimal198701300.650.930.2218.4987.6841.37
HexC646D0415D16125829
Octal306106150101135262213051
Binary110001101000110110101000001101110110110100101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6460D; }

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

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

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

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

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

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

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

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