Shades of Rust #A8361B
Tints of Rust #A8361B
RGB
CMYK
RGB Variations
Color information
#A8361B (or 0xA8361B) is known color: Rust. HEX triplet: A8, 36 and 1B. RGB value is (168,54,27). Sum of RGB (Red+Green+Blue) = 168+54+27=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361B is #57C9E4. Grayscale: #555555. Windows color (decimal): -5753317 or 1783464. OLE color: 1783464.
HSL color Cylindrical-coordinate representation of color #A8361B: hue angle of 11.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8361B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 27 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.34 |
| HSL | 11.49º | 0.72% | 0.38% | - |
| HSV(B) | 11.49º | 0.84% | 0.66% | - |
| XYZ | 17.67 | 11.04 | 2.24 | - |
| YUV | 85.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 27 | 0 | 0.68 | 0.84 | 0.34 | 11.49 | 0.72 | 0.38 |
| Hex | A8 | 36 | 1B | 0 | 44 | 54 | 22 | B | 48 | 26 |
| Octal | 250 | 66 | 33 | 0 | 104 | 124 | 42 | 13 | 110 | 46 |
| Binary | 10101000 | 110110 | 11011 | 0 | 1000100 | 1010100 | 100010 | 1011 | 1001000 | 100110 |
Color Harmonies of #A8361B
Complementary color
Monochromatic Colors of #A8361B
Black with #A8361B
Text Example
Text Example
White with #A8361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8361B; }
p { color: rgb(168,54,27); }
H1.HeaderClassName
{
color: #A8361B;
}
.AnyTagClassName
{
color: #A8361B;
}
</style>
background-color css
<style>
a { background-color: #A8361B; }
a { background-color: rgb(168,54,27); }
div.DivClassName
{
background-color: #A8361B;
}
.BgClassName
{
background-color: #A8361B;
}
</style>
border-color css
<style>
span { border-color: #A8361B; }
span { border-color: rgb(168,54,27); }
td.TdClassName
{
border-color: #A8361B;
}
.TagClassName
{
border-color: #A8361B;
}
</style>