Shades of Rust #AF3803
Tints of Rust #AF3803
RGB
CMYK
RGB Variations
Color information
#AF3803 (or 0xAF3803) is known color: Rust. HEX triplet: AF, 38 and 03. RGB value is (175,56,3). Sum of RGB (Red+Green+Blue) = 175+56+3=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3803 is #50C7FC. Grayscale: #555555. Windows color (decimal): -5294077 or 211119. OLE color: 211119.
HSL color Cylindrical-coordinate representation of color #AF3803: hue angle of 18.49º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF3803 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.31 |
| HSL | 18.49º | 0.97% | 0.35% | - |
| HSV(B) | 18.49º | 0.98% | 0.69% | - |
| XYZ | 19.11 | 11.95 | 1.39 | - |
| YUV | 85.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 3 | 0 | 0.68 | 0.98 | 0.31 | 18.49 | 0.97 | 0.35 |
| Hex | AF | 38 | 3 | 0 | 44 | 62 | 1F | 12 | 61 | 23 |
| Octal | 257 | 70 | 3 | 0 | 104 | 142 | 37 | 22 | 141 | 43 |
| Binary | 10101111 | 111000 | 11 | 0 | 1000100 | 1100010 | 11111 | 10010 | 1100001 | 100011 |
Color Harmonies of #AF3803
Complementary color
Monochromatic Colors of #AF3803
Black with #AF3803
Text Example
Text Example
White with #AF3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3803; }
p { color: rgb(175,56,3); }
H1.HeaderClassName
{
color: #AF3803;
}
.AnyTagClassName
{
color: #AF3803;
}
</style>
background-color css
<style>
a { background-color: #AF3803; }
a { background-color: rgb(175,56,3); }
div.DivClassName
{
background-color: #AF3803;
}
.BgClassName
{
background-color: #AF3803;
}
</style>
border-color css
<style>
span { border-color: #AF3803; }
span { border-color: rgb(175,56,3); }
td.TdClassName
{
border-color: #AF3803;
}
.TagClassName
{
border-color: #AF3803;
}
</style>