#A03413

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

Shades of Rust #A03413

Tints of Rust #A03413

Color information

#A03413 (or 0xA03413) is unknown color: approx Rust. HEX triplet: A0, 34 and 13. RGB value is (160,52,19). Sum of RGB (Red+Green+Blue) = 160+52+19=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03413 is #5FCBEC. Grayscale: #505050. Windows color (decimal): -6278125 or 1258656. OLE color: 1258656.

HSL color Cylindrical-coordinate representation of color #A03413: hue angle of 14.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03413 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1605219-
CMYK00.680.880.37
HSL14.04º78.77%35.1%-
HSV(B)14.04º88.13%62.75%-
XYZ15.849.981.71-
YUV80.5393.28184.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.26%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=69.26%
G=22.51%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160521900.680.880.3714.0478.7735.1
HexA034130445825e4f23
Octal24064230104130451611743
Binary101000001101001001101000100101100010010111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03413; }

 p { color: rgb(160,52,19); }

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

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

 a { background-color: rgb(160,52,19); }

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

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

 span { border-color: rgb(160,52,19); }

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