Shades of Rust #AF331A
Tints of Rust #AF331A
RGB
CMYK
RGB Variations
Color information
#AF331A (or 0xAF331A) is known color: Rust. HEX triplet: AF, 33 and 1A. RGB value is (175,51,26). Sum of RGB (Red+Green+Blue) = 175+51+26=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF331A is #50CCE5. Grayscale: #555555. Windows color (decimal): -5295334 or 1717167. OLE color: 1717167.
HSL color Cylindrical-coordinate representation of color #AF331A: hue angle of 10.07º 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 #AF331A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 26 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.31 |
| HSL | 10.07º | 0.74% | 0.39% | - |
| HSV(B) | 10.07º | 0.85% | 0.69% | - |
| XYZ | 19.05 | 11.56 | 2.2 | - |
| YUV | 85.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 26 | 0 | 0.71 | 0.85 | 0.31 | 10.07 | 0.74 | 0.39 |
| Hex | AF | 33 | 1A | 0 | 47 | 55 | 1F | A | 4A | 27 |
| Octal | 257 | 63 | 32 | 0 | 107 | 125 | 37 | 12 | 112 | 47 |
| Binary | 10101111 | 110011 | 11010 | 0 | 1000111 | 1010101 | 11111 | 1010 | 1001010 | 100111 |
Color Harmonies of #AF331A
Complementary color
Monochromatic Colors of #AF331A
Black with #AF331A
Text Example
Text Example
White with #AF331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF331A; }
p { color: rgb(175,51,26); }
H1.HeaderClassName
{
color: #AF331A;
}
.AnyTagClassName
{
color: #AF331A;
}
</style>
background-color css
<style>
a { background-color: #AF331A; }
a { background-color: rgb(175,51,26); }
div.DivClassName
{
background-color: #AF331A;
}
.BgClassName
{
background-color: #AF331A;
}
</style>
border-color css
<style>
span { border-color: #AF331A; }
span { border-color: rgb(175,51,26); }
td.TdClassName
{
border-color: #AF331A;
}
.TagClassName
{
border-color: #AF331A;
}
</style>