#c14d18

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

Shades of Rust #C14D18

Tints of Rust #C14D18

Color information

#C14D18 (or 0xC14D18) is unknown color: approx Rust. HEX triplet: C1, 4D and 18. RGB value is (193,77,24). Sum of RGB (Red+Green+Blue) = 193+77+24=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14D18 is #3EB2E7. Grayscale: #696969. Windows color (decimal): -4109032 or 1592769. OLE color: 1592769.

HSL color Cylindrical-coordinate representation of color #C14D18: hue angle of 18.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C14D18 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB1937724-
CMYK00.600.880.24
HSL18.82º77.88%42.55%-
HSV(B)18.82º87.56%75.69%-
XYZ24.8116.712.78-
YUV105.6481.93190.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.65%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=65.65%
G=26.19%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193772400.600.880.2418.8277.8842.55
HexC14D1803C5818134e2b
Octal30111530074130302311653
Binary110000011001101110000111100101100011000100111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14d18; }

 p { color: rgb(193,77,24); }

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

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

 a { background-color: rgb(193,77,24); }

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

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

 span { border-color: rgb(193,77,24); }

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