Shades of Rust #AF4308
Tints of Rust #AF4308
RGB
CMYK
RGB Variations
Color information
#AF4308 (or 0xAF4308) is known color: Rust. HEX triplet: AF, 43 and 08. RGB value is (175,67,8). Sum of RGB (Red+Green+Blue) = 175+67+8=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4308 is #50BCF7. Grayscale: #5C5C5C. Windows color (decimal): -5291256 or 541615. OLE color: 541615.
HSL color Cylindrical-coordinate representation of color #AF4308: hue angle of 21.2º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF4308 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 21.2º | 0.91% | 0.36% | - |
| HSV(B) | 21.2º | 0.95% | 0.69% | - |
| XYZ | 19.73 | 13.15 | 1.73 | - |
| YUV | 92.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 8 | 0 | 0.62 | 0.95 | 0.31 | 21.2 | 0.91 | 0.36 |
| Hex | AF | 43 | 8 | 0 | 3E | 5F | 1F | 15 | 5B | 24 |
| Octal | 257 | 103 | 10 | 0 | 76 | 137 | 37 | 25 | 133 | 44 |
| Binary | 10101111 | 1000011 | 1000 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011011 | 100100 |
Color Harmonies of #AF4308
Complementary color
Monochromatic Colors of #AF4308
Black with #AF4308
Text Example
Text Example
White with #AF4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4308; }
p { color: rgb(175,67,8); }
H1.HeaderClassName
{
color: #AF4308;
}
.AnyTagClassName
{
color: #AF4308;
}
</style>
background-color css
<style>
a { background-color: #AF4308; }
a { background-color: rgb(175,67,8); }
div.DivClassName
{
background-color: #AF4308;
}
.BgClassName
{
background-color: #AF4308;
}
</style>
border-color css
<style>
span { border-color: #AF4308; }
span { border-color: rgb(175,67,8); }
td.TdClassName
{
border-color: #AF4308;
}
.TagClassName
{
border-color: #AF4308;
}
</style>