Shades of Rust #A8381A
Tints of Rust #A8381A
RGB
CMYK
RGB Variations
Color information
#A8381A (or 0xA8381A) is known color: Rust. HEX triplet: A8, 38 and 1A. RGB value is (168,56,26). Sum of RGB (Red+Green+Blue) = 168+56+26=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8381A is #57C7E5. Grayscale: #565656. Windows color (decimal): -5752806 or 1718440. OLE color: 1718440.
HSL color Cylindrical-coordinate representation of color #A8381A: hue angle of 12.68º 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 #A8381A is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 26 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.34 |
| HSL | 12.68º | 0.73% | 0.38% | - |
| HSV(B) | 12.68º | 0.85% | 0.66% | - |
| XYZ | 17.75 | 11.23 | 2.21 | - |
| YUV | 86.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 26 | 0 | 0.67 | 0.85 | 0.34 | 12.68 | 0.73 | 0.38 |
| Hex | A8 | 38 | 1A | 0 | 43 | 55 | 22 | D | 49 | 26 |
| Octal | 250 | 70 | 32 | 0 | 103 | 125 | 42 | 15 | 111 | 46 |
| Binary | 10101000 | 111000 | 11010 | 0 | 1000011 | 1010101 | 100010 | 1101 | 1001001 | 100110 |
Color Harmonies of #A8381A
Complementary color
Monochromatic Colors of #A8381A
Black with #A8381A
Text Example
Text Example
White with #A8381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8381A; }
p { color: rgb(168,56,26); }
H1.HeaderClassName
{
color: #A8381A;
}
.AnyTagClassName
{
color: #A8381A;
}
</style>
background-color css
<style>
a { background-color: #A8381A; }
a { background-color: rgb(168,56,26); }
div.DivClassName
{
background-color: #A8381A;
}
.BgClassName
{
background-color: #A8381A;
}
</style>
border-color css
<style>
span { border-color: #A8381A; }
span { border-color: rgb(168,56,26); }
td.TdClassName
{
border-color: #A8381A;
}
.TagClassName
{
border-color: #A8381A;
}
</style>