#C14216

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

Shades of Rust #C14216

Tints of Rust #C14216

Color information

#C14216 (or 0xC14216) is unknown color: approx Rust. HEX triplet: C1, 42 and 16. RGB value is (193,66,22). Sum of RGB (Red+Green+Blue) = 193+66+22=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C14216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14216 is #3EBDE9. Grayscale: #636363. Windows color (decimal): -4111850 or 1458881. OLE color: 1458881.

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

Color convert

RGB1936622-
CMYK00.660.890.24
HSL15.44º79.53%42.16%-
HSV(B)15.44º88.6%75.69%-
XYZ24.0915.292.44-
YUV98.9684.58195.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.68%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 22 (8.98% from 255) = 7.83%
R=68.68%
G=23.49%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193662200.660.890.2415.4479.5342.16
HexC142160425918f502a
Octal301102260102131301712052
Binary110000011000010101100100001010110011100011111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14216; }

 p { color: rgb(193,66,22); }

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

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

 a { background-color: rgb(193,66,22); }

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

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

 span { border-color: rgb(193,66,22); }

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