Shades of Rust #AF3702
Tints of Rust #AF3702
RGB
CMYK
RGB Variations
Color information
#AF3702 (or 0xAF3702) is known color: Rust. HEX triplet: AF, 37 and 02. RGB value is (175,55,2). Sum of RGB (Red+Green+Blue) = 175+55+2=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3702 is #50C8FD. Grayscale: #555555. Windows color (decimal): -5294334 or 145327. OLE color: 145327.
HSL color Cylindrical-coordinate representation of color #AF3702: hue angle of 18.38º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF3702 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.31 |
| HSL | 18.38º | 0.98% | 0.35% | - |
| HSV(B) | 18.38º | 0.99% | 0.69% | - |
| XYZ | 19.06 | 11.85 | 1.34 | - |
| YUV | 84.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 2 | 0 | 0.69 | 0.99 | 0.31 | 18.38 | 0.98 | 0.35 |
| Hex | AF | 37 | 2 | 0 | 45 | 63 | 1F | 12 | 62 | 23 |
| Octal | 257 | 67 | 2 | 0 | 105 | 143 | 37 | 22 | 142 | 43 |
| Binary | 10101111 | 110111 | 10 | 0 | 1000101 | 1100011 | 11111 | 10010 | 1100010 | 100011 |
Color Harmonies of #AF3702
Complementary color
Monochromatic Colors of #AF3702
Black with #AF3702
Text Example
Text Example
White with #AF3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3702; }
p { color: rgb(175,55,2); }
H1.HeaderClassName
{
color: #AF3702;
}
.AnyTagClassName
{
color: #AF3702;
}
</style>
background-color css
<style>
a { background-color: #AF3702; }
a { background-color: rgb(175,55,2); }
div.DivClassName
{
background-color: #AF3702;
}
.BgClassName
{
background-color: #AF3702;
}
</style>
border-color css
<style>
span { border-color: #AF3702; }
span { border-color: rgb(175,55,2); }
td.TdClassName
{
border-color: #AF3702;
}
.TagClassName
{
border-color: #AF3702;
}
</style>