Shades of Rust #AF430B
Tints of Rust #AF430B
RGB
CMYK
RGB Variations
Color information
#AF430B (or 0xAF430B) is known color: Rust. HEX triplet: AF, 43 and 0B. RGB value is (175,67,11). Sum of RGB (Red+Green+Blue) = 175+67+11=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF430B is #50BCF4. Grayscale: #5D5D5D. Windows color (decimal): -5291253 or 738223. OLE color: 738223.
HSL color Cylindrical-coordinate representation of color #AF430B: hue angle of 20.49º 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 #AF430B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.31 |
| HSL | 20.49º | 0.88% | 0.36% | - |
| HSV(B) | 20.49º | 0.94% | 0.69% | - |
| XYZ | 19.75 | 13.15 | 1.81 | - |
| YUV | 92.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 11 | 0 | 0.62 | 0.94 | 0.31 | 20.49 | 0.88 | 0.36 |
| Hex | AF | 43 | B | 0 | 3E | 5E | 1F | 14 | 58 | 24 |
| Octal | 257 | 103 | 13 | 0 | 76 | 136 | 37 | 24 | 130 | 44 |
| Binary | 10101111 | 1000011 | 1011 | 0 | 111110 | 1011110 | 11111 | 10100 | 1011000 | 100100 |
Color Harmonies of #AF430B
Complementary color
Monochromatic Colors of #AF430B
Black with #AF430B
Text Example
Text Example
White with #AF430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF430B; }
p { color: rgb(175,67,11); }
H1.HeaderClassName
{
color: #AF430B;
}
.AnyTagClassName
{
color: #AF430B;
}
</style>
background-color css
<style>
a { background-color: #AF430B; }
a { background-color: rgb(175,67,11); }
div.DivClassName
{
background-color: #AF430B;
}
.BgClassName
{
background-color: #AF430B;
}
</style>
border-color css
<style>
span { border-color: #AF430B; }
span { border-color: rgb(175,67,11); }
td.TdClassName
{
border-color: #AF430B;
}
.TagClassName
{
border-color: #AF430B;
}
</style>