#C13B0E

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

Shades of Rust #C13B0E

Tints of Rust #C13B0E

Color information

#C13B0E (or 0xC13B0E) is unknown color: approx Rust. HEX triplet: C1, 3B and 0E. RGB value is (193,59,14). Sum of RGB (Red+Green+Blue) = 193+59+14=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B0E is #3EC4F1. Grayscale: #5E5E5E. Windows color (decimal): -4113650 or 932801. OLE color: 932801.

HSL color Cylindrical-coordinate representation of color #C13B0E: hue angle of 15.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C13B0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1935914-
CMYK00.690.930.24
HSL15.08º86.47%40.59%-
HSV(B)15.08º92.75%75.69%-
XYZ23.6414.51.97-
YUV93.9482.89198.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=72.56%
G=22.18%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193591400.690.930.2415.0886.4740.59
HexC13BE0455D18f5629
Octal30173160105135301712651
Binary1100000111101111100100010110111011100011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B0E; }

 p { color: rgb(193,59,14); }

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

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

 a { background-color: rgb(193,59,14); }

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

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

 span { border-color: rgb(193,59,14); }

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