Shades of Rust #A8361A
Tints of Rust #A8361A
RGB
CMYK
RGB Variations
Color information
#A8361A (or 0xA8361A) is known color: Rust. HEX triplet: A8, 36 and 1A. RGB value is (168,54,26). Sum of RGB (Red+Green+Blue) = 168+54+26=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361A is #57C9E5. Grayscale: #555555. Windows color (decimal): -5753318 or 1717928. OLE color: 1717928.
HSL color Cylindrical-coordinate representation of color #A8361A: hue angle of 11.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8361A is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 26 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.34 |
| HSL | 11.83º | 0.73% | 0.38% | - |
| HSV(B) | 11.83º | 0.85% | 0.66% | - |
| XYZ | 17.65 | 11.04 | 2.18 | - |
| YUV | 84.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 26 | 0 | 0.68 | 0.85 | 0.34 | 11.83 | 0.73 | 0.38 |
| Hex | A8 | 36 | 1A | 0 | 44 | 55 | 22 | C | 49 | 26 |
| Octal | 250 | 66 | 32 | 0 | 104 | 125 | 42 | 14 | 111 | 46 |
| Binary | 10101000 | 110110 | 11010 | 0 | 1000100 | 1010101 | 100010 | 1100 | 1001001 | 100110 |
Color Harmonies of #A8361A
Complementary color
Monochromatic Colors of #A8361A
Black with #A8361A
Text Example
Text Example
White with #A8361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8361A; }
p { color: rgb(168,54,26); }
H1.HeaderClassName
{
color: #A8361A;
}
.AnyTagClassName
{
color: #A8361A;
}
</style>
background-color css
<style>
a { background-color: #A8361A; }
a { background-color: rgb(168,54,26); }
div.DivClassName
{
background-color: #A8361A;
}
.BgClassName
{
background-color: #A8361A;
}
</style>
border-color css
<style>
span { border-color: #A8361A; }
span { border-color: rgb(168,54,26); }
td.TdClassName
{
border-color: #A8361A;
}
.TagClassName
{
border-color: #A8361A;
}
</style>