Shades of Rust #AF2601
Tints of Rust #AF2601
RGB
CMYK
RGB Variations
Color information
#AF2601 (or 0xAF2601) is known color: Rust. HEX triplet: AF, 26 and 01. RGB value is (175,38,1). Sum of RGB (Red+Green+Blue) = 175+38+1=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2601 is #50D9FE. Grayscale: #4B4B4B. Windows color (decimal): -5298687 or 75439. OLE color: 75439.
HSL color Cylindrical-coordinate representation of color #AF2601: hue angle of 12.76º 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 #AF2601 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.31 |
| HSL | 12.76º | 0.99% | 0.35% | - |
| HSV(B) | 12.76º | 0.99% | 0.69% | - |
| XYZ | 18.38 | 10.5 | 1.09 | - |
| YUV | 74.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 1 | 0 | 0.78 | 0.99 | 0.31 | 12.76 | 0.99 | 0.35 |
| Hex | AF | 26 | 1 | 0 | 4E | 63 | 1F | D | 63 | 23 |
| Octal | 257 | 46 | 1 | 0 | 116 | 143 | 37 | 15 | 143 | 43 |
| Binary | 10101111 | 100110 | 1 | 0 | 1001110 | 1100011 | 11111 | 1101 | 1100011 | 100011 |
Color Harmonies of #AF2601
Complementary color
Monochromatic Colors of #AF2601
Black with #AF2601
Text Example
Text Example
White with #AF2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2601; }
p { color: rgb(175,38,1); }
H1.HeaderClassName
{
color: #AF2601;
}
.AnyTagClassName
{
color: #AF2601;
}
</style>
background-color css
<style>
a { background-color: #AF2601; }
a { background-color: rgb(175,38,1); }
div.DivClassName
{
background-color: #AF2601;
}
.BgClassName
{
background-color: #AF2601;
}
</style>
border-color css
<style>
span { border-color: #AF2601; }
span { border-color: rgb(175,38,1); }
td.TdClassName
{
border-color: #AF2601;
}
.TagClassName
{
border-color: #AF2601;
}
</style>