Shades of Rust #AF3308
Tints of Rust #AF3308
RGB
CMYK
RGB Variations
Color information
#AF3308 (or 0xAF3308) is known color: Rust. HEX triplet: AF, 33 and 08. RGB value is (175,51,8). Sum of RGB (Red+Green+Blue) = 175+51+8=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3308 is #50CCF7. Grayscale: #535353. Windows color (decimal): -5295352 or 537519. OLE color: 537519.
HSL color Cylindrical-coordinate representation of color #AF3308: hue angle of 15.45º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF3308 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 8 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.31 |
| HSL | 15.45º | 0.91% | 0.36% | - |
| HSV(B) | 15.45º | 0.95% | 0.69% | - |
| XYZ | 18.91 | 11.5 | 1.45 | - |
| YUV | 83.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 8 | 0 | 0.71 | 0.95 | 0.31 | 15.45 | 0.91 | 0.36 |
| Hex | AF | 33 | 8 | 0 | 47 | 5F | 1F | F | 5B | 24 |
| Octal | 257 | 63 | 10 | 0 | 107 | 137 | 37 | 17 | 133 | 44 |
| Binary | 10101111 | 110011 | 1000 | 0 | 1000111 | 1011111 | 11111 | 1111 | 1011011 | 100100 |
Color Harmonies of #AF3308
Complementary color
Monochromatic Colors of #AF3308
Black with #AF3308
Text Example
Text Example
White with #AF3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3308; }
p { color: rgb(175,51,8); }
H1.HeaderClassName
{
color: #AF3308;
}
.AnyTagClassName
{
color: #AF3308;
}
</style>
background-color css
<style>
a { background-color: #AF3308; }
a { background-color: rgb(175,51,8); }
div.DivClassName
{
background-color: #AF3308;
}
.BgClassName
{
background-color: #AF3308;
}
</style>
border-color css
<style>
span { border-color: #AF3308; }
span { border-color: rgb(175,51,8); }
td.TdClassName
{
border-color: #AF3308;
}
.TagClassName
{
border-color: #AF3308;
}
</style>