Shades of Rust #AF451C
Tints of Rust #AF451C
RGB
CMYK
RGB Variations
Color information
#AF451C (or 0xAF451C) is known color: Rust. HEX triplet: AF, 45 and 1C. RGB value is (175,69,28). Sum of RGB (Red+Green+Blue) = 175+69+28=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF451C is #50BAE3. Grayscale: #606060. Windows color (decimal): -5290724 or 1852847. OLE color: 1852847.
HSL color Cylindrical-coordinate representation of color #AF451C: hue angle of 16.73º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF451C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 28 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.31 |
| HSL | 16.73º | 0.72% | 0.4% | - |
| HSV(B) | 16.73º | 0.84% | 0.69% | - |
| XYZ | 20.02 | 13.45 | 2.64 | - |
| YUV | 96.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 28 | 0 | 0.61 | 0.84 | 0.31 | 16.73 | 0.72 | 0.4 |
| Hex | AF | 45 | 1C | 0 | 3D | 54 | 1F | 11 | 48 | 28 |
| Octal | 257 | 105 | 34 | 0 | 75 | 124 | 37 | 21 | 110 | 50 |
| Binary | 10101111 | 1000101 | 11100 | 0 | 111101 | 1010100 | 11111 | 10001 | 1001000 | 101000 |
Color Harmonies of #AF451C
Complementary color
Monochromatic Colors of #AF451C
Black with #AF451C
Text Example
Text Example
White with #AF451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF451C; }
p { color: rgb(175,69,28); }
H1.HeaderClassName
{
color: #AF451C;
}
.AnyTagClassName
{
color: #AF451C;
}
</style>
background-color css
<style>
a { background-color: #AF451C; }
a { background-color: rgb(175,69,28); }
div.DivClassName
{
background-color: #AF451C;
}
.BgClassName
{
background-color: #AF451C;
}
</style>
border-color css
<style>
span { border-color: #AF451C; }
span { border-color: rgb(175,69,28); }
td.TdClassName
{
border-color: #AF451C;
}
.TagClassName
{
border-color: #AF451C;
}
</style>