#C13F14

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

Shades of Rust #C13F14

Tints of Rust #C13F14

Color information

#C13F14 (or 0xC13F14) is unknown color: approx Rust. HEX triplet: C1, 3F and 14. RGB value is (193,63,20). Sum of RGB (Red+Green+Blue) = 193+63+20=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F14 is #3EC0EB. Grayscale: #616161. Windows color (decimal): -4112620 or 1327041. OLE color: 1327041.

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

Color convert

RGB1936320-
CMYK00.670.900.24
HSL14.91º81.22%41.76%-
HSV(B)14.91º89.64%75.69%-
XYZ23.914.942.29-
YUV96.9784.57196.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.93%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=69.93%
G=22.83%
B=7.25%

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
Decimal193632000.670.900.2414.9181.2241.76
HexC13F140435A18f512a
Octal30177240103132301712152
Binary11000001111111101000100001110110101100011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F14; }

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

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

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

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

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

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

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

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