Shades of Rust #A13908
Tints of Rust #A13908
RGB
CMYK
RGB Variations
Color information
#A13908 (or 0xA13908) is known color: Rust. HEX triplet: A1, 39 and 08. RGB value is (161,57,8). Sum of RGB (Red+Green+Blue) = 161+57+8=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A13908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13908 is #5EC6F7. Grayscale: #525252. Windows color (decimal): -6211320 or 539041. OLE color: 539041.
HSL color Cylindrical-coordinate representation of color #A13908: hue angle of 19.22º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A13908 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.37 |
| HSL | 19.22º | 0.91% | 0.33% | - |
| HSV(B) | 19.22º | 0.95% | 0.63% | - |
| XYZ | 16.2 | 10.52 | 1.41 | - |
| YUV | 82.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 8 | 0 | 0.65 | 0.95 | 0.37 | 19.22 | 0.91 | 0.33 |
| Hex | A1 | 39 | 8 | 0 | 41 | 5F | 25 | 13 | 5B | 21 |
| Octal | 241 | 71 | 10 | 0 | 101 | 137 | 45 | 23 | 133 | 41 |
| Binary | 10100001 | 111001 | 1000 | 0 | 1000001 | 1011111 | 100101 | 10011 | 1011011 | 100001 |
Color Harmonies of #A13908
Complementary color
Monochromatic Colors of #A13908
Black with #A13908
Text Example
Text Example
White with #A13908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13908; }
p { color: rgb(161,57,8); }
H1.HeaderClassName
{
color: #A13908;
}
.AnyTagClassName
{
color: #A13908;
}
</style>
background-color css
<style>
a { background-color: #A13908; }
a { background-color: rgb(161,57,8); }
div.DivClassName
{
background-color: #A13908;
}
.BgClassName
{
background-color: #A13908;
}
</style>
border-color css
<style>
span { border-color: #A13908; }
span { border-color: rgb(161,57,8); }
td.TdClassName
{
border-color: #A13908;
}
.TagClassName
{
border-color: #A13908;
}
</style>