Shades of Rust #AF3603
Tints of Rust #AF3603
RGB
CMYK
RGB Variations
Color information
#AF3603 (or 0xAF3603) is known color: Rust. HEX triplet: AF, 36 and 03. RGB value is (175,54,3). Sum of RGB (Red+Green+Blue) = 175+54+3=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3603 is #50C9FC. Grayscale: #545454. Windows color (decimal): -5294589 or 210607. OLE color: 210607.
HSL color Cylindrical-coordinate representation of color #AF3603: hue angle of 17.79º 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 #AF3603 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.31 |
| HSL | 17.79º | 0.97% | 0.35% | - |
| HSV(B) | 17.79º | 0.98% | 0.69% | - |
| XYZ | 19.01 | 11.76 | 1.35 | - |
| YUV | 84.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 3 | 0 | 0.69 | 0.98 | 0.31 | 17.79 | 0.97 | 0.35 |
| Hex | AF | 36 | 3 | 0 | 45 | 62 | 1F | 12 | 61 | 23 |
| Octal | 257 | 66 | 3 | 0 | 105 | 142 | 37 | 22 | 141 | 43 |
| Binary | 10101111 | 110110 | 11 | 0 | 1000101 | 1100010 | 11111 | 10010 | 1100001 | 100011 |
Color Harmonies of #AF3603
Complementary color
Monochromatic Colors of #AF3603
Black with #AF3603
Text Example
Text Example
White with #AF3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3603; }
p { color: rgb(175,54,3); }
H1.HeaderClassName
{
color: #AF3603;
}
.AnyTagClassName
{
color: #AF3603;
}
</style>
background-color css
<style>
a { background-color: #AF3603; }
a { background-color: rgb(175,54,3); }
div.DivClassName
{
background-color: #AF3603;
}
.BgClassName
{
background-color: #AF3603;
}
</style>
border-color css
<style>
span { border-color: #AF3603; }
span { border-color: rgb(175,54,3); }
td.TdClassName
{
border-color: #AF3603;
}
.TagClassName
{
border-color: #AF3603;
}
</style>