#C1420D

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

Shades of Rust #C1420D

Tints of Rust #C1420D

Color information

#C1420D (or 0xC1420D) is unknown color: approx Rust. HEX triplet: C1, 42 and 0D. RGB value is (193,66,13). Sum of RGB (Red+Green+Blue) = 193+66+13=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1420D is #3EBDF2. Grayscale: #626262. Windows color (decimal): -4111859 or 869057. OLE color: 869057.

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

Color convert

RGB1936613-
CMYK00.660.930.24
HSL17.67º87.38%40.39%-
HSV(B)17.67º93.26%75.69%-
XYZ24.0115.262.06-
YUV97.9380.08195.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.96%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=70.96%
G=24.26%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193661300.660.930.2417.6787.3840.39
HexC142D0425D18125728
Octal301102150102135302212750
Binary110000011000010110101000010101110111000100101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1420D; }

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

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

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

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

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

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

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

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