#C15014

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

Shades of Rust #C15014

Tints of Rust #C15014

Color information

#C15014 (or 0xC15014) is unknown color: approx Rust. HEX triplet: C1, 50 and 14. RGB value is (193,80,20). Sum of RGB (Red+Green+Blue) = 193+80+20=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C15014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15014 is #3EAFEB. Grayscale: #6B6B6B. Windows color (decimal): -4108268 or 1331393. OLE color: 1331393.

HSL color Cylindrical-coordinate representation of color #C15014: hue angle of 20.81º 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 #C15014 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1938020-
CMYK00.590.900.24
HSL20.81º81.22%41.76%-
HSV(B)20.81º89.64%75.69%-
XYZ24.9917.132.65-
YUV106.9578.94189.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.87%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 20 (8.20% from 255) = 6.83%
R=65.87%
G=27.30%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193802000.590.900.2420.8181.2241.76
HexC1501403B5A1815512a
Octal30112024073132302512152
Binary110000011010000101000111011101101011000101011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15014; }

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

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

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

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

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

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

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

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