#C14003

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

Shades of Rust #C14003

Tints of Rust #C14003

Color information

#C14003 (or 0xC14003) is unknown color: approx Rust. HEX triplet: C1, 40 and 03. RGB value is (193,64,3). Sum of RGB (Red+Green+Blue) = 193+64+3=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C14003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14003 is #3EBFFC. Grayscale: #5F5F5F. Windows color (decimal): -4112381 or 213185. OLE color: 213185.

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

Color convert

RGB193643-
CMYK00.670.980.24
HSL19.26º96.94%38.43%-
HSV(B)19.26º98.45%75.69%-
XYZ23.8415.011.73-
YUV95.6275.74197.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 74.23%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=74.23%
G=24.62%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19364300.670.980.2419.2696.9438.43
HexC14030436218136126
Octal30110030103142302314146
Binary1100000110000001101000011110001011000100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14003; }

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

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

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

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

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

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

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

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