#C04616

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

Shades of Rust #C04616

Tints of Rust #C04616

Color information

#C04616 (or 0xC04616) is unknown color: approx Rust. HEX triplet: C0, 46 and 16. RGB value is (192,70,22). Sum of RGB (Red+Green+Blue) = 192+70+22=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04616 is #3FB9E9. Grayscale: #656565. Windows color (decimal): -4176362 or 1459904. OLE color: 1459904.

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

Color convert

RGB1927022-
CMYK00.640.890.25
HSL16.94º79.44%41.96%-
HSV(B)16.94º88.54%75.29%-
XYZ24.0715.642.51-
YUV101.0183.42192.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.61%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=67.61%
G=24.65%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192702200.640.890.2516.9479.4441.96
HexC046160405919114f2a
Octal300106260100131312111752
Binary1100000010001101011001000000101100111001100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04616; }

 p { color: rgb(192,70,22); }

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

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

 a { background-color: rgb(192,70,22); }

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

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

 span { border-color: rgb(192,70,22); }

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