Shades of Rust #AF4B01
Tints of Rust #AF4B01
RGB
CMYK
RGB Variations
Color information
#AF4B01 (or 0xAF4B01) is known color: Rust. HEX triplet: AF, 4B and 01. RGB value is (175,75,1). Sum of RGB (Red+Green+Blue) = 175+75+1=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B01 is #50B4FE. Grayscale: #606060. Windows color (decimal): -5289215 or 84911. OLE color: 84911.
HSL color Cylindrical-coordinate representation of color #AF4B01: hue angle of 25.52º degrees, saturation: 0.99, 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 #AF4B01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.31 |
| HSL | 25.52º | 0.99% | 0.35% | - |
| HSV(B) | 25.52º | 0.99% | 0.69% | - |
| XYZ | 20.2 | 14.15 | 1.69 | - |
| YUV | 96.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 1 | 0 | 0.57 | 0.99 | 0.31 | 25.52 | 0.99 | 0.35 |
| Hex | AF | 4B | 1 | 0 | 39 | 63 | 1F | 1A | 63 | 23 |
| Octal | 257 | 113 | 1 | 0 | 71 | 143 | 37 | 32 | 143 | 43 |
| Binary | 10101111 | 1001011 | 1 | 0 | 111001 | 1100011 | 11111 | 11010 | 1100011 | 100011 |
Color Harmonies of #AF4B01
Complementary color
Monochromatic Colors of #AF4B01
Black with #AF4B01
Text Example
Text Example
White with #AF4B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B01; }
p { color: rgb(175,75,1); }
H1.HeaderClassName
{
color: #AF4B01;
}
.AnyTagClassName
{
color: #AF4B01;
}
</style>
background-color css
<style>
a { background-color: #AF4B01; }
a { background-color: rgb(175,75,1); }
div.DivClassName
{
background-color: #AF4B01;
}
.BgClassName
{
background-color: #AF4B01;
}
</style>
border-color css
<style>
span { border-color: #AF4B01; }
span { border-color: rgb(175,75,1); }
td.TdClassName
{
border-color: #AF4B01;
}
.TagClassName
{
border-color: #AF4B01;
}
</style>