Shades of Rust #AF2A07
Tints of Rust #AF2A07
RGB
CMYK
RGB Variations
Color information
#AF2A07 (or 0xAF2A07) is known color: Rust. HEX triplet: AF, 2A and 07. RGB value is (175,42,7). Sum of RGB (Red+Green+Blue) = 175+42+7=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A07 is #50D5F8. Grayscale: #4E4E4E. Windows color (decimal): -5297657 or 469679. OLE color: 469679.
HSL color Cylindrical-coordinate representation of color #AF2A07: hue angle of 12.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF2A07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.31 |
| HSL | 12.5º | 0.92% | 0.36% | - |
| HSV(B) | 12.5º | 0.96% | 0.69% | - |
| XYZ | 18.55 | 10.79 | 1.31 | - |
| YUV | 77.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 7 | 0 | 0.76 | 0.96 | 0.31 | 12.5 | 0.92 | 0.36 |
| Hex | AF | 2A | 7 | 0 | 4C | 60 | 1F | C | 5C | 24 |
| Octal | 257 | 52 | 7 | 0 | 114 | 140 | 37 | 14 | 134 | 44 |
| Binary | 10101111 | 101010 | 111 | 0 | 1001100 | 1100000 | 11111 | 1100 | 1011100 | 100100 |
Color Harmonies of #AF2A07
Complementary color
Monochromatic Colors of #AF2A07
Black with #AF2A07
Text Example
Text Example
White with #AF2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A07; }
p { color: rgb(175,42,7); }
H1.HeaderClassName
{
color: #AF2A07;
}
.AnyTagClassName
{
color: #AF2A07;
}
</style>
background-color css
<style>
a { background-color: #AF2A07; }
a { background-color: rgb(175,42,7); }
div.DivClassName
{
background-color: #AF2A07;
}
.BgClassName
{
background-color: #AF2A07;
}
</style>
border-color css
<style>
span { border-color: #AF2A07; }
span { border-color: rgb(175,42,7); }
td.TdClassName
{
border-color: #AF2A07;
}
.TagClassName
{
border-color: #AF2A07;
}
</style>