#A0300E

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

Shades of Rust #A0300E

Tints of Rust #A0300E

Color information

#A0300E (or 0xA0300E) is unknown color: approx Rust. HEX triplet: A0, 30 and 0E. RGB value is (160,48,14). Sum of RGB (Red+Green+Blue) = 160+48+14=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0300E is #5FCFF1. Grayscale: #4D4D4D. Windows color (decimal): -6279154 or 929952. OLE color: 929952.

HSL color Cylindrical-coordinate representation of color #A0300E: hue angle of 13.97º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0300E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1604814-
CMYK00.700.910.37
HSL13.97º83.91%34.12%-
HSV(B)13.97º91.25%62.75%-
XYZ15.639.621.45-
YUV77.6192.11186.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.07%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=72.07%
G=21.62%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160481400.700.910.3713.9783.9134.12
HexA030E0465B25e5422
Octal24060160106133451612442
Binary10100000110000111001000110101101110010111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0300E; }

 p { color: rgb(160,48,14); }

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

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

 a { background-color: rgb(160,48,14); }

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

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

 span { border-color: rgb(160,48,14); }

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