#C04717

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

Shades of Rust #C04717

Tints of Rust #C04717

Color information

#C04717 (or 0xC04717) is unknown color: approx Rust. HEX triplet: C0, 47 and 17. RGB value is (192,71,23). Sum of RGB (Red+Green+Blue) = 192+71+23=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C04717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04717 is #3FB8E8. Grayscale: #666666. Windows color (decimal): -4176105 or 1525696. OLE color: 1525696.

HSL color Cylindrical-coordinate representation of color #C04717: hue angle of 17.04º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04717 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1927123-
CMYK00.630.880.25
HSL17.04º78.6%42.16%-
HSV(B)17.04º88.02%75.29%-
XYZ24.1515.772.58-
YUV101.7183.59192.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.13%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 23 (9.38% from 255) = 8.04%
R=67.13%
G=24.83%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192712300.630.880.2517.0478.642.16
HexC0471703F5819114f2a
Octal30010727077130312111752
Binary110000001000111101110111111101100011001100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04717; }

 p { color: rgb(192,71,23); }

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

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

 a { background-color: rgb(192,71,23); }

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

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

 span { border-color: rgb(192,71,23); }

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