#C13F16

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

Shades of Rust #C13F16

Tints of Rust #C13F16

Color information

#C13F16 (or 0xC13F16) is unknown color: approx Rust. HEX triplet: C1, 3F and 16. RGB value is (193,63,22). Sum of RGB (Red+Green+Blue) = 193+63+22=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F16 is #3EC0E9. Grayscale: #616161. Windows color (decimal): -4112618 or 1458113. OLE color: 1458113.

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

Color convert

RGB1936322-
CMYK00.670.890.24
HSL14.39º79.53%42.16%-
HSV(B)14.39º88.6%75.69%-
XYZ23.9114.952.38-
YUV97.285.57196.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.42%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 22 (8.98% from 255) = 7.91%
R=69.42%
G=22.66%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193632200.670.890.2414.3979.5342.16
HexC13F160435918e502a
Octal30177260103131301612052
Binary11000001111111101100100001110110011100011101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F16; }

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

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

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

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

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

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

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

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