#C1481E

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

Shades of Rust #C1481E

Tints of Rust #C1481E

Color information

#C1481E (or 0xC1481E) is unknown color: approx Rust. HEX triplet: C1, 48 and 1E. RGB value is (193,72,30). Sum of RGB (Red+Green+Blue) = 193+72+30=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1481E is #3EB7E1. Grayscale: #676767. Windows color (decimal): -4110306 or 1984705. OLE color: 1984705.

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

Color convert

RGB1937230-
CMYK00.630.840.24
HSL15.46º73.09%43.73%-
HSV(B)15.46º84.46%75.69%-
XYZ24.5416.073.04-
YUV103.3986.59191.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=65.42%
G=24.41%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193723000.630.840.2415.4673.0943.73
HexC1481E03F5418f492c
Octal30111036077124301711154
Binary11000001100100011110011111110101001100011111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1481E; }

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

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

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

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

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

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

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

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