#C14202

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

Shades of Rust #C14202

Tints of Rust #C14202

Color information

#C14202 (or 0xC14202) is unknown color: approx Rust. HEX triplet: C1, 42 and 02. RGB value is (193,66,2). Sum of RGB (Red+Green+Blue) = 193+66+2=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C14202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14202 is #3EBDFD. Grayscale: #616161. Windows color (decimal): -4111870 or 148161. OLE color: 148161.

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

Color convert

RGB193662-
CMYK00.660.990.24
HSL20.1º97.95%38.24%-
HSV(B)20.1º98.96%75.69%-
XYZ23.9515.241.74-
YUV96.6874.58196.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.95%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=73.95%
G=25.29%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19366200.660.990.2420.197.9538.24
HexC14220426318146226
Octal30110220102143302414246
Binary1100000110000101001000010110001111000101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14202; }

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

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

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

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

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

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

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

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