#C13D02

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

Shades of Rust #C13D02

Tints of Rust #C13D02

Color information

#C13D02 (or 0xC13D02) is unknown color: approx Rust. HEX triplet: C1, 3D and 02. RGB value is (193,61,2). Sum of RGB (Red+Green+Blue) = 193+61+2=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D02 is #3EC2FD. Grayscale: #5E5E5E. Windows color (decimal): -4113150 or 146881. OLE color: 146881.

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

Color convert

RGB193612-
CMYK00.680.990.24
HSL18.53º97.95%38.24%-
HSV(B)18.53º98.96%75.69%-
XYZ23.6714.681.64-
YUV93.7476.23198.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.39%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=75.39%
G=23.83%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19361200.680.990.2418.5397.9538.24
HexC13D20446318136226
Octal3017520104143302314246
Binary110000011111011001000100110001111000100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D02; }

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

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

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

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

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

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

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

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