#C13C02

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

Shades of Rust #C13C02

Tints of Rust #C13C02

Color information

#C13C02 (or 0xC13C02) is unknown color: approx Rust. HEX triplet: C1, 3C and 02. RGB value is (193,60,2). Sum of RGB (Red+Green+Blue) = 193+60+2=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13C02 is #3EC3FD. Grayscale: #5D5D5D. Windows color (decimal): -4113406 or 146625. OLE color: 146625.

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

Color convert

RGB193602-
CMYK00.690.990.24
HSL18.22º97.95%38.24%-
HSV(B)18.22º98.96%75.69%-
XYZ23.6214.571.63-
YUV93.1576.56199.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.69%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=75.69%
G=23.53%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19360200.690.990.2418.2297.9538.24
HexC13C20456318126226
Octal3017420105143302214246
Binary110000011111001001000101110001111000100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13C02; }

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

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

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

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

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

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

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

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