#c65319

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

Shades of Rust #C65319

Tints of Rust #C65319

Color information

#C65319 (or 0xC65319) is unknown color: approx Rust. HEX triplet: C6, 53 and 19. RGB value is (198,83,25). Sum of RGB (Red+Green+Blue) = 198+83+25=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65319 is #39ACE6. Grayscale: #6F6F6F. Windows color (decimal): -3779815 or 1659846. OLE color: 1659846.

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

Color convert

RGB1988325-
CMYK00.580.870.22
HSL20.12º77.58%43.73%-
HSV(B)20.12º87.37%77.65%-
XYZ26.5618.263.04-
YUV110.7779.6190.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.71%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 25 (10.16% from 255) = 8.17%
R=64.71%
G=27.12%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198832500.580.870.2220.1277.5843.73
HexC6531903A5716144e2c
Octal30612331072127262411654
Binary110001101010011110010111010101011110110101001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65319; }

 p { color: rgb(198,83,25); }

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

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

 a { background-color: rgb(198,83,25); }

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

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

 span { border-color: rgb(198,83,25); }

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