Shades of Rust #AF3802
Tints of Rust #AF3802
RGB
CMYK
RGB Variations
Color information
#AF3802 (or 0xAF3802) is known color: Rust. HEX triplet: AF, 38 and 02. RGB value is (175,56,2). Sum of RGB (Red+Green+Blue) = 175+56+2=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3802 is #50C7FD. Grayscale: #555555. Windows color (decimal): -5294078 or 145583. OLE color: 145583.
HSL color Cylindrical-coordinate representation of color #AF3802: hue angle of 18.73º degrees, saturation: 0.98, 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 #AF3802 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.31 |
| HSL | 18.73º | 0.98% | 0.35% | - |
| HSV(B) | 18.73º | 0.99% | 0.69% | - |
| XYZ | 19.1 | 11.95 | 1.36 | - |
| YUV | 85.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 2 | 0 | 0.68 | 0.99 | 0.31 | 18.73 | 0.98 | 0.35 |
| Hex | AF | 38 | 2 | 0 | 44 | 63 | 1F | 13 | 62 | 23 |
| Octal | 257 | 70 | 2 | 0 | 104 | 143 | 37 | 23 | 142 | 43 |
| Binary | 10101111 | 111000 | 10 | 0 | 1000100 | 1100011 | 11111 | 10011 | 1100010 | 100011 |
Color Harmonies of #AF3802
Complementary color
Monochromatic Colors of #AF3802
Black with #AF3802
Text Example
Text Example
White with #AF3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3802; }
p { color: rgb(175,56,2); }
H1.HeaderClassName
{
color: #AF3802;
}
.AnyTagClassName
{
color: #AF3802;
}
</style>
background-color css
<style>
a { background-color: #AF3802; }
a { background-color: rgb(175,56,2); }
div.DivClassName
{
background-color: #AF3802;
}
.BgClassName
{
background-color: #AF3802;
}
</style>
border-color css
<style>
span { border-color: #AF3802; }
span { border-color: rgb(175,56,2); }
td.TdClassName
{
border-color: #AF3802;
}
.TagClassName
{
border-color: #AF3802;
}
</style>