Shades of Rust #AF2A03
Tints of Rust #AF2A03
RGB
CMYK
RGB Variations
Color information
#AF2A03 (or 0xAF2A03) is known color: Rust. HEX triplet: AF, 2A and 03. RGB value is (175,42,3). Sum of RGB (Red+Green+Blue) = 175+42+3=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A03 is #50D5FC. Grayscale: #4D4D4D. Windows color (decimal): -5297661 or 207535. OLE color: 207535.
HSL color Cylindrical-coordinate representation of color #AF2A03: hue angle of 13.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2A03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.31 |
| HSL | 13.6º | 0.97% | 0.35% | - |
| HSV(B) | 13.6º | 0.98% | 0.69% | - |
| XYZ | 18.52 | 10.78 | 1.19 | - |
| YUV | 77.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 3 | 0 | 0.76 | 0.98 | 0.31 | 13.6 | 0.97 | 0.35 |
| Hex | AF | 2A | 3 | 0 | 4C | 62 | 1F | E | 61 | 23 |
| Octal | 257 | 52 | 3 | 0 | 114 | 142 | 37 | 16 | 141 | 43 |
| Binary | 10101111 | 101010 | 11 | 0 | 1001100 | 1100010 | 11111 | 1110 | 1100001 | 100011 |
Color Harmonies of #AF2A03
Complementary color
Monochromatic Colors of #AF2A03
Black with #AF2A03
Text Example
Text Example
White with #AF2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A03; }
p { color: rgb(175,42,3); }
H1.HeaderClassName
{
color: #AF2A03;
}
.AnyTagClassName
{
color: #AF2A03;
}
</style>
background-color css
<style>
a { background-color: #AF2A03; }
a { background-color: rgb(175,42,3); }
div.DivClassName
{
background-color: #AF2A03;
}
.BgClassName
{
background-color: #AF2A03;
}
</style>
border-color css
<style>
span { border-color: #AF2A03; }
span { border-color: rgb(175,42,3); }
td.TdClassName
{
border-color: #AF2A03;
}
.TagClassName
{
border-color: #AF2A03;
}
</style>