Shades of Rust #AF4319
Tints of Rust #AF4319
RGB
CMYK
RGB Variations
Color information
#AF4319 (or 0xAF4319) is known color: Rust. HEX triplet: AF, 43 and 19. RGB value is (175,67,25). Sum of RGB (Red+Green+Blue) = 175+67+25=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4319 is #50BCE6. Grayscale: #5E5E5E. Windows color (decimal): -5291239 or 1655727. OLE color: 1655727.
HSL color Cylindrical-coordinate representation of color #AF4319: hue angle of 16.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF4319 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 25 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.31 |
| HSL | 16.8º | 0.75% | 0.39% | - |
| HSV(B) | 16.8º | 0.86% | 0.69% | - |
| XYZ | 19.86 | 13.2 | 2.42 | - |
| YUV | 94.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 25 | 0 | 0.62 | 0.86 | 0.31 | 16.8 | 0.75 | 0.39 |
| Hex | AF | 43 | 19 | 0 | 3E | 56 | 1F | 11 | 4B | 27 |
| Octal | 257 | 103 | 31 | 0 | 76 | 126 | 37 | 21 | 113 | 47 |
| Binary | 10101111 | 1000011 | 11001 | 0 | 111110 | 1010110 | 11111 | 10001 | 1001011 | 100111 |
Color Harmonies of #AF4319
Complementary color
Monochromatic Colors of #AF4319
Black with #AF4319
Text Example
Text Example
White with #AF4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4319; }
p { color: rgb(175,67,25); }
H1.HeaderClassName
{
color: #AF4319;
}
.AnyTagClassName
{
color: #AF4319;
}
</style>
background-color css
<style>
a { background-color: #AF4319; }
a { background-color: rgb(175,67,25); }
div.DivClassName
{
background-color: #AF4319;
}
.BgClassName
{
background-color: #AF4319;
}
</style>
border-color css
<style>
span { border-color: #AF4319; }
span { border-color: rgb(175,67,25); }
td.TdClassName
{
border-color: #AF4319;
}
.TagClassName
{
border-color: #AF4319;
}
</style>