Shades of Rust #AF330B
Tints of Rust #AF330B
RGB
CMYK
RGB Variations
Color information
#AF330B (or 0xAF330B) is known color: Rust. HEX triplet: AF, 33 and 0B. RGB value is (175,51,11). Sum of RGB (Red+Green+Blue) = 175+51+11=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF330B is #50CCF4. Grayscale: #535353. Windows color (decimal): -5295349 or 734127. OLE color: 734127.
HSL color Cylindrical-coordinate representation of color #AF330B: hue angle of 14.63º degrees, saturation: 0.88, 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 #AF330B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.31 |
| HSL | 14.63º | 0.88% | 0.36% | - |
| HSV(B) | 14.63º | 0.94% | 0.69% | - |
| XYZ | 18.92 | 11.51 | 1.54 | - |
| YUV | 83.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 11 | 0 | 0.71 | 0.94 | 0.31 | 14.63 | 0.88 | 0.36 |
| Hex | AF | 33 | B | 0 | 47 | 5E | 1F | F | 58 | 24 |
| Octal | 257 | 63 | 13 | 0 | 107 | 136 | 37 | 17 | 130 | 44 |
| Binary | 10101111 | 110011 | 1011 | 0 | 1000111 | 1011110 | 11111 | 1111 | 1011000 | 100100 |
Color Harmonies of #AF330B
Complementary color
Monochromatic Colors of #AF330B
Black with #AF330B
Text Example
Text Example
White with #AF330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF330B; }
p { color: rgb(175,51,11); }
H1.HeaderClassName
{
color: #AF330B;
}
.AnyTagClassName
{
color: #AF330B;
}
</style>
background-color css
<style>
a { background-color: #AF330B; }
a { background-color: rgb(175,51,11); }
div.DivClassName
{
background-color: #AF330B;
}
.BgClassName
{
background-color: #AF330B;
}
</style>
border-color css
<style>
span { border-color: #AF330B; }
span { border-color: rgb(175,51,11); }
td.TdClassName
{
border-color: #AF330B;
}
.TagClassName
{
border-color: #AF330B;
}
</style>