Shades of Rust #AF2303
Tints of Rust #AF2303
RGB
CMYK
RGB Variations
Color information
#AF2303 (or 0xAF2303) is known color: Rust. HEX triplet: AF, 23 and 03. RGB value is (175,35,3). Sum of RGB (Red+Green+Blue) = 175+35+3=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2303 is #50DCFC. Grayscale: #494949. Windows color (decimal): -5299453 or 205743. OLE color: 205743.
HSL color Cylindrical-coordinate representation of color #AF2303: hue angle of 11.16º 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 #AF2303 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 3 | - |
| CMYK | 0 | 0.8 | 0.98 | 0.31 |
| HSL | 11.16º | 0.97% | 0.35% | - |
| HSV(B) | 11.16º | 0.98% | 0.69% | - |
| XYZ | 18.3 | 10.32 | 1.11 | - |
| YUV | 73.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 3 | 0 | 0.8 | 0.98 | 0.31 | 11.16 | 0.97 | 0.35 |
| Hex | AF | 23 | 3 | 0 | 50 | 62 | 1F | B | 61 | 23 |
| Octal | 257 | 43 | 3 | 0 | 120 | 142 | 37 | 13 | 141 | 43 |
| Binary | 10101111 | 100011 | 11 | 0 | 1010000 | 1100010 | 11111 | 1011 | 1100001 | 100011 |
Color Harmonies of #AF2303
Complementary color
Monochromatic Colors of #AF2303
Black with #AF2303
Text Example
Text Example
White with #AF2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2303; }
p { color: rgb(175,35,3); }
H1.HeaderClassName
{
color: #AF2303;
}
.AnyTagClassName
{
color: #AF2303;
}
</style>
background-color css
<style>
a { background-color: #AF2303; }
a { background-color: rgb(175,35,3); }
div.DivClassName
{
background-color: #AF2303;
}
.BgClassName
{
background-color: #AF2303;
}
</style>
border-color css
<style>
span { border-color: #AF2303; }
span { border-color: rgb(175,35,3); }
td.TdClassName
{
border-color: #AF2303;
}
.TagClassName
{
border-color: #AF2303;
}
</style>