Shades of Rust #AF2301
Tints of Rust #AF2301
RGB
CMYK
RGB Variations
Color information
#AF2301 (or 0xAF2301) is known color: Rust. HEX triplet: AF, 23 and 01. RGB value is (175,35,1). Sum of RGB (Red+Green+Blue) = 175+35+1=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2301 is #50DCFE. Grayscale: #494949. Windows color (decimal): -5299455 or 74671. OLE color: 74671.
HSL color Cylindrical-coordinate representation of color #AF2301: hue angle of 11.72º 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 #AF2301 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 1 | - |
| CMYK | 0 | 0.8 | 0.99 | 0.31 |
| HSL | 11.72º | 0.99% | 0.35% | - |
| HSV(B) | 11.72º | 0.99% | 0.69% | - |
| XYZ | 18.29 | 10.32 | 1.06 | - |
| YUV | 72.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 1 | 0 | 0.8 | 0.99 | 0.31 | 11.72 | 0.99 | 0.35 |
| Hex | AF | 23 | 1 | 0 | 50 | 63 | 1F | C | 63 | 23 |
| Octal | 257 | 43 | 1 | 0 | 120 | 143 | 37 | 14 | 143 | 43 |
| Binary | 10101111 | 100011 | 1 | 0 | 1010000 | 1100011 | 11111 | 1100 | 1100011 | 100011 |
Color Harmonies of #AF2301
Complementary color
Monochromatic Colors of #AF2301
Black with #AF2301
Text Example
Text Example
White with #AF2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2301; }
p { color: rgb(175,35,1); }
H1.HeaderClassName
{
color: #AF2301;
}
.AnyTagClassName
{
color: #AF2301;
}
</style>
background-color css
<style>
a { background-color: #AF2301; }
a { background-color: rgb(175,35,1); }
div.DivClassName
{
background-color: #AF2301;
}
.BgClassName
{
background-color: #AF2301;
}
</style>
border-color css
<style>
span { border-color: #AF2301; }
span { border-color: rgb(175,35,1); }
td.TdClassName
{
border-color: #AF2301;
}
.TagClassName
{
border-color: #AF2301;
}
</style>