Shades of Rust #A63908
Tints of Rust #A63908
RGB
CMYK
RGB Variations
Color information
#A63908 (or 0xA63908) is known color: Rust. HEX triplet: A6, 39 and 08. RGB value is (166,57,8). Sum of RGB (Red+Green+Blue) = 166+57+8=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A63908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63908 is #59C6F7. Grayscale: #545454. Windows color (decimal): -5883640 or 539046. OLE color: 539046.
HSL color Cylindrical-coordinate representation of color #A63908: hue angle of 18.61º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A63908 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.35 |
| HSL | 18.61º | 0.91% | 0.34% | - |
| HSV(B) | 18.61º | 0.95% | 0.65% | - |
| XYZ | 17.23 | 11.05 | 1.45 | - |
| YUV | 84.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 8 | 0 | 0.66 | 0.95 | 0.35 | 18.61 | 0.91 | 0.34 |
| Hex | A6 | 39 | 8 | 0 | 42 | 5F | 23 | 13 | 5B | 22 |
| Octal | 246 | 71 | 10 | 0 | 102 | 137 | 43 | 23 | 133 | 42 |
| Binary | 10100110 | 111001 | 1000 | 0 | 1000010 | 1011111 | 100011 | 10011 | 1011011 | 100010 |
Color Harmonies of #A63908
Complementary color
Monochromatic Colors of #A63908
Black with #A63908
Text Example
Text Example
White with #A63908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63908; }
p { color: rgb(166,57,8); }
H1.HeaderClassName
{
color: #A63908;
}
.AnyTagClassName
{
color: #A63908;
}
</style>
background-color css
<style>
a { background-color: #A63908; }
a { background-color: rgb(166,57,8); }
div.DivClassName
{
background-color: #A63908;
}
.BgClassName
{
background-color: #A63908;
}
</style>
border-color css
<style>
span { border-color: #A63908; }
span { border-color: rgb(166,57,8); }
td.TdClassName
{
border-color: #A63908;
}
.TagClassName
{
border-color: #A63908;
}
</style>