#C03D14

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

Shades of Rust #C03D14

Tints of Rust #C03D14

Color information

#C03D14 (or 0xC03D14) is unknown color: approx Rust. HEX triplet: C0, 3D and 14. RGB value is (192,61,20). Sum of RGB (Red+Green+Blue) = 192+61+20=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D14 is #3FC2EB. Grayscale: #5F5F5F. Windows color (decimal): -4178668 or 1326528. OLE color: 1326528.

HSL color Cylindrical-coordinate representation of color #C03D14: hue angle of 14.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03D14 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1926120-
CMYK00.680.900.25
HSL14.3º81.13%41.57%-
HSV(B)14.3º89.58%75.29%-
XYZ23.5314.592.24-
YUV95.585.4196.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.33%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=70.33%
G=22.34%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192612000.680.900.2514.381.1341.57
HexC03D140445A19e512a
Octal30075240104132311612152
Binary11000000111101101000100010010110101100111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03D14; }

 p { color: rgb(192,61,20); }

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

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

 a { background-color: rgb(192,61,20); }

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

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

 span { border-color: rgb(192,61,20); }

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