Shades of Rust #AA381B
Tints of Rust #AA381B
RGB
CMYK
RGB Variations
Color information
#AA381B (or 0xAA381B) is known color: Rust. HEX triplet: AA, 38 and 1B. RGB value is (170,56,27). Sum of RGB (Red+Green+Blue) = 170+56+27=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA381B is #55C7E4. Grayscale: #575757. Windows color (decimal): -5621733 or 1783978. OLE color: 1783978.
HSL color Cylindrical-coordinate representation of color #AA381B: hue angle of 12.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA381B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 27 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.33 |
| HSL | 12.17º | 0.73% | 0.39% | - |
| HSV(B) | 12.17º | 0.84% | 0.67% | - |
| XYZ | 18.19 | 11.45 | 2.29 | - |
| YUV | 86.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 27 | 0 | 0.67 | 0.84 | 0.33 | 12.17 | 0.73 | 0.39 |
| Hex | AA | 38 | 1B | 0 | 43 | 54 | 21 | C | 49 | 27 |
| Octal | 252 | 70 | 33 | 0 | 103 | 124 | 41 | 14 | 111 | 47 |
| Binary | 10101010 | 111000 | 11011 | 0 | 1000011 | 1010100 | 100001 | 1100 | 1001001 | 100111 |
Color Harmonies of #AA381B
Complementary color
Monochromatic Colors of #AA381B
Black with #AA381B
Text Example
Text Example
White with #AA381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA381B; }
p { color: rgb(170,56,27); }
H1.HeaderClassName
{
color: #AA381B;
}
.AnyTagClassName
{
color: #AA381B;
}
</style>
background-color css
<style>
a { background-color: #AA381B; }
a { background-color: rgb(170,56,27); }
div.DivClassName
{
background-color: #AA381B;
}
.BgClassName
{
background-color: #AA381B;
}
</style>
border-color css
<style>
span { border-color: #AA381B; }
span { border-color: rgb(170,56,27); }
td.TdClassName
{
border-color: #AA381B;
}
.TagClassName
{
border-color: #AA381B;
}
</style>