#C14103

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

Shades of Rust #C14103

Tints of Rust #C14103

Color information

#C14103 (or 0xC14103) is unknown color: approx Rust. HEX triplet: C1, 41 and 03. RGB value is (193,65,3). Sum of RGB (Red+Green+Blue) = 193+65+3=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C14103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14103 is #3EBEFC. Grayscale: #606060. Windows color (decimal): -4112125 or 213441. OLE color: 213441.

HSL color Cylindrical-coordinate representation of color #C14103: hue angle of 19.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C14103 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB193653-
CMYK00.660.980.24
HSL19.58º96.94%38.43%-
HSV(B)19.58º98.45%75.69%-
XYZ23.915.121.75-
YUV96.275.41197.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.95%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=73.95%
G=24.90%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19365300.660.980.2419.5896.9438.43
HexC14130426218146126
Octal30110130102142302414146
Binary1100000110000011101000010110001011000101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14103; }

 p { color: rgb(193,65,3); }

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

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

 a { background-color: rgb(193,65,3); }

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

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

 span { border-color: rgb(193,65,3); }

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