Shades of Rust #A6430F
Tints of Rust #A6430F
RGB
CMYK
RGB Variations
Color information
#A6430F (or 0xA6430F) is known color: Rust. HEX triplet: A6, 43 and 0F. RGB value is (166,67,15). Sum of RGB (Red+Green+Blue) = 166+67+15=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6430F is #59BCF0. Grayscale: #5A5A5A. Windows color (decimal): -5881073 or 1000358. OLE color: 1000358.
HSL color Cylindrical-coordinate representation of color #A6430F: hue angle of 20.66º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6430F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 15 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.35 |
| HSL | 20.66º | 0.83% | 0.35% | - |
| HSV(B) | 20.66º | 0.91% | 0.65% | - |
| XYZ | 17.82 | 12.16 | 1.86 | - |
| YUV | 90.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 15 | 0 | 0.60 | 0.91 | 0.35 | 20.66 | 0.83 | 0.35 |
| Hex | A6 | 43 | F | 0 | 3C | 5B | 23 | 15 | 53 | 23 |
| Octal | 246 | 103 | 17 | 0 | 74 | 133 | 43 | 25 | 123 | 43 |
| Binary | 10100110 | 1000011 | 1111 | 0 | 111100 | 1011011 | 100011 | 10101 | 1010011 | 100011 |
Color Harmonies of #A6430F
Complementary color
Monochromatic Colors of #A6430F
Black with #A6430F
Text Example
Text Example
White with #A6430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6430F; }
p { color: rgb(166,67,15); }
H1.HeaderClassName
{
color: #A6430F;
}
.AnyTagClassName
{
color: #A6430F;
}
</style>
background-color css
<style>
a { background-color: #A6430F; }
a { background-color: rgb(166,67,15); }
div.DivClassName
{
background-color: #A6430F;
}
.BgClassName
{
background-color: #A6430F;
}
</style>
border-color css
<style>
span { border-color: #A6430F; }
span { border-color: rgb(166,67,15); }
td.TdClassName
{
border-color: #A6430F;
}
.TagClassName
{
border-color: #A6430F;
}
</style>