Shades of Rust #AF4F02
Tints of Rust #AF4F02
RGB
CMYK
RGB Variations
Color information
#AF4F02 (or 0xAF4F02) is known color: Rust. HEX triplet: AF, 4F and 02. RGB value is (175,79,2). Sum of RGB (Red+Green+Blue) = 175+79+2=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F02 is #50B0FD. Grayscale: #636363. Windows color (decimal): -5288190 or 151471. OLE color: 151471.
HSL color Cylindrical-coordinate representation of color #AF4F02: hue angle of 26.71º 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 #AF4F02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.31 |
| HSL | 26.71º | 0.98% | 0.35% | - |
| HSV(B) | 26.71º | 0.99% | 0.69% | - |
| XYZ | 20.49 | 14.71 | 1.82 | - |
| YUV | 98.93 | 73.3 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 2 | 0 | 0.55 | 0.99 | 0.31 | 26.71 | 0.98 | 0.35 |
| Hex | AF | 4F | 2 | 0 | 37 | 63 | 1F | 1B | 62 | 23 |
| Octal | 257 | 117 | 2 | 0 | 67 | 143 | 37 | 33 | 142 | 43 |
| Binary | 10101111 | 1001111 | 10 | 0 | 110111 | 1100011 | 11111 | 11011 | 1100010 | 100011 |
Color Harmonies of #AF4F02
Complementary color
Monochromatic Colors of #AF4F02
Black with #AF4F02
Text Example
Text Example
White with #AF4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F02; }
p { color: rgb(175,79,2); }
H1.HeaderClassName
{
color: #AF4F02;
}
.AnyTagClassName
{
color: #AF4F02;
}
</style>
background-color css
<style>
a { background-color: #AF4F02; }
a { background-color: rgb(175,79,2); }
div.DivClassName
{
background-color: #AF4F02;
}
.BgClassName
{
background-color: #AF4F02;
}
</style>
border-color css
<style>
span { border-color: #AF4F02; }
span { border-color: rgb(175,79,2); }
td.TdClassName
{
border-color: #AF4F02;
}
.TagClassName
{
border-color: #AF4F02;
}
</style>