#A8300D

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

Shades of Rust #A8300D

Tints of Rust #A8300D

Color information

#A8300D (or 0xA8300D) is unknown color: approx Rust. HEX triplet: A8, 30 and 0D. RGB value is (168,48,13). Sum of RGB (Red+Green+Blue) = 168+48+13=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8300D is #57CFF2. Grayscale: #505050. Windows color (decimal): -5754867 or 864424. OLE color: 864424.

HSL color Cylindrical-coordinate representation of color #A8300D: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8300D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1684813-
CMYK00.710.920.34
HSL13.55º85.64%35.49%-
HSV(B)13.55º92.26%65.88%-
XYZ17.2810.471.49-
YUV79.8990.26190.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.36%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=73.36%
G=20.96%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168481300.710.920.3413.5585.6435.49
HexA830D0475C22e5623
Octal25060150107134421612643
Binary10101000110000110101000111101110010001011101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8300D; }

 p { color: rgb(168,48,13); }

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

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

 a { background-color: rgb(168,48,13); }

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

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

 span { border-color: rgb(168,48,13); }

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