Shades of Rust #AD431A
Tints of Rust #AD431A
RGB
CMYK
RGB Variations
Color information
#AD431A (or 0xAD431A) is known color: Rust. HEX triplet: AD, 43 and 1A. RGB value is (173,67,26). Sum of RGB (Red+Green+Blue) = 173+67+26=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD431A is #52BCE5. Grayscale: #5E5E5E. Windows color (decimal): -5422310 or 1721261. OLE color: 1721261.
HSL color Cylindrical-coordinate representation of color #AD431A: hue angle of 16.73º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD431A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 26 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.32 |
| HSL | 16.73º | 0.74% | 0.39% | - |
| HSV(B) | 16.73º | 0.85% | 0.68% | - |
| XYZ | 19.43 | 12.97 | 2.46 | - |
| YUV | 94.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 26 | 0 | 0.61 | 0.85 | 0.32 | 16.73 | 0.74 | 0.39 |
| Hex | AD | 43 | 1A | 0 | 3D | 55 | 20 | 11 | 4A | 27 |
| Octal | 255 | 103 | 32 | 0 | 75 | 125 | 40 | 21 | 112 | 47 |
| Binary | 10101101 | 1000011 | 11010 | 0 | 111101 | 1010101 | 100000 | 10001 | 1001010 | 100111 |
Color Harmonies of #AD431A
Complementary color
Monochromatic Colors of #AD431A
Black with #AD431A
Text Example
Text Example
White with #AD431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD431A; }
p { color: rgb(173,67,26); }
H1.HeaderClassName
{
color: #AD431A;
}
.AnyTagClassName
{
color: #AD431A;
}
</style>
background-color css
<style>
a { background-color: #AD431A; }
a { background-color: rgb(173,67,26); }
div.DivClassName
{
background-color: #AD431A;
}
.BgClassName
{
background-color: #AD431A;
}
</style>
border-color css
<style>
span { border-color: #AD431A; }
span { border-color: rgb(173,67,26); }
td.TdClassName
{
border-color: #AD431A;
}
.TagClassName
{
border-color: #AD431A;
}
</style>