#C14014

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

Shades of Rust #C14014

Tints of Rust #C14014

Color information

#C14014 (or 0xC14014) is unknown color: approx Rust. HEX triplet: C1, 40 and 14. RGB value is (193,64,20). Sum of RGB (Red+Green+Blue) = 193+64+20=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C14014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14014 is #3EBFEB. Grayscale: #616161. Windows color (decimal): -4112364 or 1327297. OLE color: 1327297.

HSL color Cylindrical-coordinate representation of color #C14014: hue angle of 15.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C14014 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1936420-
CMYK00.670.900.24
HSL15.26º81.22%41.76%-
HSV(B)15.26º89.64%75.69%-
XYZ23.9515.052.31-
YUV97.5684.24196.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 20 (8.20% from 255) = 7.22%
R=69.68%
G=23.10%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193642000.670.900.2415.2681.2241.76
HexC140140435A18f512a
Octal301100240103132301712152
Binary110000011000000101000100001110110101100011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14014; }

 p { color: rgb(193,64,20); }

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

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

 a { background-color: rgb(193,64,20); }

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

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

 span { border-color: rgb(193,64,20); }

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