#C64916

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

Shades of Rust #C64916

Tints of Rust #C64916

Color information

#C64916 (or 0xC64916) is unknown color: approx Rust. HEX triplet: C6, 49 and 16. RGB value is (198,73,22). Sum of RGB (Red+Green+Blue) = 198+73+22=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C64916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64916 is #39B6E9. Grayscale: #686868. Windows color (decimal): -3782378 or 1460678. OLE color: 1460678.

HSL color Cylindrical-coordinate representation of color #C64916: hue angle of 17.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C64916 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1987322-
CMYK00.630.890.22
HSL17.39º80%43.14%-
HSV(B)17.39º88.89%77.65%-
XYZ25.8216.832.65-
YUV104.5681.41194.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.58%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=67.58%
G=24.91%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198732200.630.890.2217.398043.14
HexC6491603F591611502b
Octal30611126077131262112053
Binary110001101001001101100111111101100110110100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64916; }

 p { color: rgb(198,73,22); }

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

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

 a { background-color: rgb(198,73,22); }

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

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

 span { border-color: rgb(198,73,22); }

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