Shades of Rust #AF431A
Tints of Rust #AF431A
RGB
CMYK
RGB Variations
Color information
#AF431A (or 0xAF431A) is known color: Rust. HEX triplet: AF, 43 and 1A. RGB value is (175,67,26). Sum of RGB (Red+Green+Blue) = 175+67+26=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF431A is #50BCE5. Grayscale: #5E5E5E. Windows color (decimal): -5291238 or 1721263. OLE color: 1721263.
HSL color Cylindrical-coordinate representation of color #AF431A: hue angle of 16.51º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF431A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 26 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.31 |
| HSL | 16.51º | 0.74% | 0.39% | - |
| HSV(B) | 16.51º | 0.85% | 0.69% | - |
| XYZ | 19.87 | 13.2 | 2.48 | - |
| YUV | 94.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 26 | 0 | 0.62 | 0.85 | 0.31 | 16.51 | 0.74 | 0.39 |
| Hex | AF | 43 | 1A | 0 | 3E | 55 | 1F | 11 | 4A | 27 |
| Octal | 257 | 103 | 32 | 0 | 76 | 125 | 37 | 21 | 112 | 47 |
| Binary | 10101111 | 1000011 | 11010 | 0 | 111110 | 1010101 | 11111 | 10001 | 1001010 | 100111 |
Color Harmonies of #AF431A
Complementary color
Monochromatic Colors of #AF431A
Black with #AF431A
Text Example
Text Example
White with #AF431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF431A; }
p { color: rgb(175,67,26); }
H1.HeaderClassName
{
color: #AF431A;
}
.AnyTagClassName
{
color: #AF431A;
}
</style>
background-color css
<style>
a { background-color: #AF431A; }
a { background-color: rgb(175,67,26); }
div.DivClassName
{
background-color: #AF431A;
}
.BgClassName
{
background-color: #AF431A;
}
</style>
border-color css
<style>
span { border-color: #AF431A; }
span { border-color: rgb(175,67,26); }
td.TdClassName
{
border-color: #AF431A;
}
.TagClassName
{
border-color: #AF431A;
}
</style>