Shades of Rust #AA361B
Tints of Rust #AA361B
RGB
CMYK
RGB Variations
Color information
#AA361B (or 0xAA361B) is known color: Rust. HEX triplet: AA, 36 and 1B. RGB value is (170,54,27). Sum of RGB (Red+Green+Blue) = 170+54+27=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA361B is #55C9E4. Grayscale: #555555. Windows color (decimal): -5622245 or 1783466. OLE color: 1783466.
HSL color Cylindrical-coordinate representation of color #AA361B: hue angle of 11.33º 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 #AA361B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 27 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.33 |
| HSL | 11.33º | 0.73% | 0.39% | - |
| HSV(B) | 11.33º | 0.84% | 0.67% | - |
| XYZ | 18.09 | 11.26 | 2.26 | - |
| YUV | 85.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 27 | 0 | 0.68 | 0.84 | 0.33 | 11.33 | 0.73 | 0.39 |
| Hex | AA | 36 | 1B | 0 | 44 | 54 | 21 | B | 49 | 27 |
| Octal | 252 | 66 | 33 | 0 | 104 | 124 | 41 | 13 | 111 | 47 |
| Binary | 10101010 | 110110 | 11011 | 0 | 1000100 | 1010100 | 100001 | 1011 | 1001001 | 100111 |
Color Harmonies of #AA361B
Complementary color
Monochromatic Colors of #AA361B
Black with #AA361B
Text Example
Text Example
White with #AA361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA361B; }
p { color: rgb(170,54,27); }
H1.HeaderClassName
{
color: #AA361B;
}
.AnyTagClassName
{
color: #AA361B;
}
</style>
background-color css
<style>
a { background-color: #AA361B; }
a { background-color: rgb(170,54,27); }
div.DivClassName
{
background-color: #AA361B;
}
.BgClassName
{
background-color: #AA361B;
}
</style>
border-color css
<style>
span { border-color: #AA361B; }
span { border-color: rgb(170,54,27); }
td.TdClassName
{
border-color: #AA361B;
}
.TagClassName
{
border-color: #AA361B;
}
</style>