#C1491E

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

Shades of Rust #C1491E

Tints of Rust #C1491E

Color information

#C1491E (or 0xC1491E) is unknown color: approx Rust. HEX triplet: C1, 49 and 1E. RGB value is (193,73,30). Sum of RGB (Red+Green+Blue) = 193+73+30=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C1491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1491E is #3EB6E1. Grayscale: #686868. Windows color (decimal): -4110050 or 1984961. OLE color: 1984961.

HSL color Cylindrical-coordinate representation of color #C1491E: hue angle of 15.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1491E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1937330-
CMYK00.620.840.24
HSL15.83º73.09%43.73%-
HSV(B)15.83º84.46%75.69%-
XYZ24.6116.23.06-
YUV103.9886.26191.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=65.20%
G=24.66%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193733000.620.840.2415.8373.0943.73
HexC1491E03E541810492c
Octal30111136076124302011154
Binary110000011001001111100111110101010011000100001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1491E; }

 p { color: rgb(193,73,30); }

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

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

 a { background-color: rgb(193,73,30); }

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

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

 span { border-color: rgb(193,73,30); }

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