Shades of Rust #AF351A
Tints of Rust #AF351A
RGB
CMYK
RGB Variations
Color information
#AF351A (or 0xAF351A) is known color: Rust. HEX triplet: AF, 35 and 1A. RGB value is (175,53,26). Sum of RGB (Red+Green+Blue) = 175+53+26=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF351A is #50CAE5. Grayscale: #565656. Windows color (decimal): -5294822 or 1717679. OLE color: 1717679.
HSL color Cylindrical-coordinate representation of color #AF351A: hue angle of 10.87º 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 #AF351A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 26 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.31 |
| HSL | 10.87º | 0.74% | 0.39% | - |
| HSV(B) | 10.87º | 0.85% | 0.69% | - |
| XYZ | 19.14 | 11.73 | 2.23 | - |
| YUV | 86.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 26 | 0 | 0.70 | 0.85 | 0.31 | 10.87 | 0.74 | 0.39 |
| Hex | AF | 35 | 1A | 0 | 46 | 55 | 1F | B | 4A | 27 |
| Octal | 257 | 65 | 32 | 0 | 106 | 125 | 37 | 13 | 112 | 47 |
| Binary | 10101111 | 110101 | 11010 | 0 | 1000110 | 1010101 | 11111 | 1011 | 1001010 | 100111 |
Color Harmonies of #AF351A
Complementary color
Monochromatic Colors of #AF351A
Black with #AF351A
Text Example
Text Example
White with #AF351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF351A; }
p { color: rgb(175,53,26); }
H1.HeaderClassName
{
color: #AF351A;
}
.AnyTagClassName
{
color: #AF351A;
}
</style>
background-color css
<style>
a { background-color: #AF351A; }
a { background-color: rgb(175,53,26); }
div.DivClassName
{
background-color: #AF351A;
}
.BgClassName
{
background-color: #AF351A;
}
</style>
border-color css
<style>
span { border-color: #AF351A; }
span { border-color: rgb(175,53,26); }
td.TdClassName
{
border-color: #AF351A;
}
.TagClassName
{
border-color: #AF351A;
}
</style>