#AA380C

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

Shades of Rust #AA380C

Tints of Rust #AA380C

Color information

#AA380C (or 0xAA380C) is unknown color: approx Rust. HEX triplet: AA, 38 and 0C. RGB value is (170,56,12). Sum of RGB (Red+Green+Blue) = 170+56+12=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA380C is #55C7F3. Grayscale: #555555. Windows color (decimal): -5621748 or 800938. OLE color: 800938.

HSL color Cylindrical-coordinate representation of color #AA380C: hue angle of 16.71º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA380C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1705612-
CMYK00.670.930.33
HSL16.71º86.81%35.69%-
HSV(B)16.71º92.94%66.67%-
XYZ18.0611.41.6-
YUV85.0786.77188.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=71.43%
G=23.53%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170561200.670.930.3316.7186.8135.69
HexAA38C0435D21115724
Octal25270140103135412112744
Binary101010101110001100010000111011101100001100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA380C; }

 p { color: rgb(170,56,12); }

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

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

 a { background-color: rgb(170,56,12); }

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

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

 span { border-color: rgb(170,56,12); }

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