#c14b16

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

Shades of Rust #C14B16

Tints of Rust #C14B16

Color information

#C14B16 (or 0xC14B16) is unknown color: approx Rust. HEX triplet: C1, 4B and 16. RGB value is (193,75,22). Sum of RGB (Red+Green+Blue) = 193+75+22=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14B16 is #3EB4E9. Grayscale: #686868. Windows color (decimal): -4109546 or 1461185. OLE color: 1461185.

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

Color convert

RGB1937522-
CMYK00.610.890.24
HSL18.6º79.53%42.16%-
HSV(B)18.6º88.6%75.69%-
XYZ24.6516.432.63-
YUV104.2481.59191.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.55%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=66.55%
G=25.86%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193752200.610.890.2418.679.5342.16
HexC14B1603D591813502a
Octal30111326075131302312052
Binary110000011001011101100111101101100111000100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14b16; }

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

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

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

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

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

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

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

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