#c13c0d

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

Shades of Rust #C13C0D

Tints of Rust #C13C0D

Color information

#C13C0D (or 0xC13C0D) is unknown color: approx Rust. HEX triplet: C1, 3C and 0D. RGB value is (193,60,13). Sum of RGB (Red+Green+Blue) = 193+60+13=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13C0D is #3EC3F2. Grayscale: #5E5E5E. Windows color (decimal): -4113395 or 867521. OLE color: 867521.

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

Color convert

RGB1936013-
CMYK00.690.930.24
HSL15.67º87.38%40.39%-
HSV(B)15.67º93.26%75.69%-
XYZ23.6814.61.95-
YUV94.4182.06198.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=72.56%
G=22.56%
B=4.89%

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
Decimal193601300.690.930.2415.6787.3840.39
HexC13CD0455D18105728
Octal30174150105135302012750
Binary11000001111100110101000101101110111000100001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13c0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13c0d; }

 p { color: rgb(193,60,13); }

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

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

 a { background-color: rgb(193,60,13); }

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

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

 span { border-color: rgb(193,60,13); }

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