Shades of Rust #AF2603
Tints of Rust #AF2603
RGB
CMYK
RGB Variations
Color information
#AF2603 (or 0xAF2603) is known color: Rust. HEX triplet: AF, 26 and 03. RGB value is (175,38,3). Sum of RGB (Red+Green+Blue) = 175+38+3=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2603 is #50D9FC. Grayscale: #4B4B4B. Windows color (decimal): -5298685 or 206511. OLE color: 206511.
HSL color Cylindrical-coordinate representation of color #AF2603: hue angle of 12.21º 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 #AF2603 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.31 |
| HSL | 12.21º | 0.97% | 0.35% | - |
| HSV(B) | 12.21º | 0.98% | 0.69% | - |
| XYZ | 18.39 | 10.51 | 1.14 | - |
| YUV | 74.97 | 87.39 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 3 | 0 | 0.78 | 0.98 | 0.31 | 12.21 | 0.97 | 0.35 |
| Hex | AF | 26 | 3 | 0 | 4E | 62 | 1F | C | 61 | 23 |
| Octal | 257 | 46 | 3 | 0 | 116 | 142 | 37 | 14 | 141 | 43 |
| Binary | 10101111 | 100110 | 11 | 0 | 1001110 | 1100010 | 11111 | 1100 | 1100001 | 100011 |
Color Harmonies of #AF2603
Complementary color
Monochromatic Colors of #AF2603
Black with #AF2603
Text Example
Text Example
White with #AF2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2603; }
p { color: rgb(175,38,3); }
H1.HeaderClassName
{
color: #AF2603;
}
.AnyTagClassName
{
color: #AF2603;
}
</style>
background-color css
<style>
a { background-color: #AF2603; }
a { background-color: rgb(175,38,3); }
div.DivClassName
{
background-color: #AF2603;
}
.BgClassName
{
background-color: #AF2603;
}
</style>
border-color css
<style>
span { border-color: #AF2603; }
span { border-color: rgb(175,38,3); }
td.TdClassName
{
border-color: #AF2603;
}
.TagClassName
{
border-color: #AF2603;
}
</style>