#C13E14

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

Shades of Rust #C13E14

Tints of Rust #C13E14

Color information

#C13E14 (or 0xC13E14) is unknown color: approx Rust. HEX triplet: C1, 3E and 14. RGB value is (193,62,20). Sum of RGB (Red+Green+Blue) = 193+62+20=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13E14 is #3EC1EB. Grayscale: #606060. Windows color (decimal): -4112876 or 1326785. OLE color: 1326785.

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

Color convert

RGB1936220-
CMYK00.680.900.24
HSL14.57º81.22%41.76%-
HSV(B)14.57º89.64%75.69%-
XYZ23.8414.832.27-
YUV96.3884.9196.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.18%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=70.18%
G=22.55%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193622000.680.900.2414.5781.2241.76
HexC13E140445A18f512a
Octal30176240104132301712152
Binary11000001111110101000100010010110101100011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E14; }

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

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

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

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

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

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

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

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