#A8300F

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

Shades of Rust #A8300F

Tints of Rust #A8300F

Color information

#A8300F (or 0xA8300F) is unknown color: approx Rust. HEX triplet: A8, 30 and 0F. RGB value is (168,48,15). Sum of RGB (Red+Green+Blue) = 168+48+15=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8300F is #57CFF0. Grayscale: #505050. Windows color (decimal): -5754865 or 995496. OLE color: 995496.

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

Color convert

RGB1684815-
CMYK00.710.910.34
HSL12.94º83.61%35.88%-
HSV(B)12.94º91.07%65.88%-
XYZ17.2910.471.56-
YUV80.1291.26190.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 72.73%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=72.73%
G=20.78%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168481500.710.910.3412.9483.6135.88
HexA830F0475B22d5424
Octal25060170107133421512444
Binary10101000110000111101000111101101110001011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8300F; }

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

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

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

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

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

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

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

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