Shades of Rust #AF2B01
Tints of Rust #AF2B01
RGB
CMYK
RGB Variations
Color information
#AF2B01 (or 0xAF2B01) is known color: Rust. HEX triplet: AF, 2B and 01. RGB value is (175,43,1). Sum of RGB (Red+Green+Blue) = 175+43+1=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B01 is #50D4FE. Grayscale: #4D4D4D. Windows color (decimal): -5297407 or 76719. OLE color: 76719.
HSL color Cylindrical-coordinate representation of color #AF2B01: hue angle of 14.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2B01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.31 |
| HSL | 14.48º | 0.99% | 0.35% | - |
| HSV(B) | 14.48º | 0.99% | 0.69% | - |
| XYZ | 18.55 | 10.84 | 1.14 | - |
| YUV | 77.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 1 | 0 | 0.75 | 0.99 | 0.31 | 14.48 | 0.99 | 0.35 |
| Hex | AF | 2B | 1 | 0 | 4B | 63 | 1F | E | 63 | 23 |
| Octal | 257 | 53 | 1 | 0 | 113 | 143 | 37 | 16 | 143 | 43 |
| Binary | 10101111 | 101011 | 1 | 0 | 1001011 | 1100011 | 11111 | 1110 | 1100011 | 100011 |
Color Harmonies of #AF2B01
Complementary color
Monochromatic Colors of #AF2B01
Black with #AF2B01
Text Example
Text Example
White with #AF2B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B01; }
p { color: rgb(175,43,1); }
H1.HeaderClassName
{
color: #AF2B01;
}
.AnyTagClassName
{
color: #AF2B01;
}
</style>
background-color css
<style>
a { background-color: #AF2B01; }
a { background-color: rgb(175,43,1); }
div.DivClassName
{
background-color: #AF2B01;
}
.BgClassName
{
background-color: #AF2B01;
}
</style>
border-color css
<style>
span { border-color: #AF2B01; }
span { border-color: rgb(175,43,1); }
td.TdClassName
{
border-color: #AF2B01;
}
.TagClassName
{
border-color: #AF2B01;
}
</style>