#C13E06

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

Shades of Rust #C13E06

Tints of Rust #C13E06

Color information

#C13E06 (or 0xC13E06) is unknown color: approx Rust. HEX triplet: C1, 3E and 06. RGB value is (193,62,6). Sum of RGB (Red+Green+Blue) = 193+62+6=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13E06 is #3EC1F9. Grayscale: #5F5F5F. Windows color (decimal): -4112890 or 409281. OLE color: 409281.

HSL color Cylindrical-coordinate representation of color #C13E06: hue angle of 17.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13E06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB193626-
CMYK00.680.970.24
HSL17.97º93.97%39.02%-
HSV(B)17.97º96.89%75.69%-
XYZ23.7514.81.78-
YUV94.7877.9198.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.95%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=73.95%
G=23.75%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19362600.680.970.2417.9793.9739.02
HexC13E60446118125e27
Octal3017660104141302213647
Binary1100000111111011001000100110000111000100101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E06; }

 p { color: rgb(193,62,6); }

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

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

 a { background-color: rgb(193,62,6); }

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

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

 span { border-color: rgb(193,62,6); }

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