#C13B02

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

Shades of Rust #C13B02

Tints of Rust #C13B02

Color information

#C13B02 (or 0xC13B02) is unknown color: approx Rust. HEX triplet: C1, 3B and 02. RGB value is (193,59,2). Sum of RGB (Red+Green+Blue) = 193+59+2=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B02 is #3EC4FD. Grayscale: #5C5C5C. Windows color (decimal): -4113662 or 146369. OLE color: 146369.

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

Color convert

RGB193592-
CMYK00.690.990.24
HSL17.91º97.95%38.24%-
HSV(B)17.91º98.96%75.69%-
XYZ23.5714.471.61-
YUV92.5776.89199.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.98%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=75.98%
G=23.23%
B=0.79%

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
Decimal19359200.690.990.2417.9197.9538.24
HexC13B20456318126226
Octal3017320105143302214246
Binary110000011110111001000101110001111000100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B02; }

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

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

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

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

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

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

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

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