Shades of Rust #AF330A
Tints of Rust #AF330A
RGB
CMYK
RGB Variations
Color information
#AF330A (or 0xAF330A) is known color: Rust. HEX triplet: AF, 33 and 0A. RGB value is (175,51,10). Sum of RGB (Red+Green+Blue) = 175+51+10=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF330A is #50CCF5. Grayscale: #535353. Windows color (decimal): -5295350 or 668591. OLE color: 668591.
HSL color Cylindrical-coordinate representation of color #AF330A: hue angle of 14.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF330A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.31 |
| HSL | 14.91º | 0.89% | 0.36% | - |
| HSV(B) | 14.91º | 0.94% | 0.69% | - |
| XYZ | 18.92 | 11.5 | 1.51 | - |
| YUV | 83.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 10 | 0 | 0.71 | 0.94 | 0.31 | 14.91 | 0.89 | 0.36 |
| Hex | AF | 33 | A | 0 | 47 | 5E | 1F | F | 59 | 24 |
| Octal | 257 | 63 | 12 | 0 | 107 | 136 | 37 | 17 | 131 | 44 |
| Binary | 10101111 | 110011 | 1010 | 0 | 1000111 | 1011110 | 11111 | 1111 | 1011001 | 100100 |
Color Harmonies of #AF330A
Complementary color
Monochromatic Colors of #AF330A
Black with #AF330A
Text Example
Text Example
White with #AF330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF330A; }
p { color: rgb(175,51,10); }
H1.HeaderClassName
{
color: #AF330A;
}
.AnyTagClassName
{
color: #AF330A;
}
</style>
background-color css
<style>
a { background-color: #AF330A; }
a { background-color: rgb(175,51,10); }
div.DivClassName
{
background-color: #AF330A;
}
.BgClassName
{
background-color: #AF330A;
}
</style>
border-color css
<style>
span { border-color: #AF330A; }
span { border-color: rgb(175,51,10); }
td.TdClassName
{
border-color: #AF330A;
}
.TagClassName
{
border-color: #AF330A;
}
</style>