#C6440E

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

Shades of Rust #C6440E

Tints of Rust #C6440E

Color information

#C6440E (or 0xC6440E) is unknown color: approx Rust. HEX triplet: C6, 44 and 0E. RGB value is (198,68,14). Sum of RGB (Red+Green+Blue) = 198+68+14=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6440E is #39BBF1. Grayscale: #656565. Windows color (decimal): -3783666 or 935110. OLE color: 935110.

HSL color Cylindrical-coordinate representation of color #C6440E: hue angle of 17.61º 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 #C6440E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1986814-
CMYK00.660.930.22
HSL17.61º86.79%41.57%-
HSV(B)17.61º92.93%77.65%-
XYZ25.4416.172.2-
YUV100.7179.07197.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.71%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 14 (5.86% from 255) = 5%
R=70.71%
G=24.29%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198681400.660.930.2217.6186.7941.57
HexC644E0425D1612572a
Octal306104160102135262212752
Binary110001101000100111001000010101110110110100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6440E; }

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

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

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

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

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

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

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

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