Shades of Rust #AF361B
Tints of Rust #AF361B
RGB
CMYK
RGB Variations
Color information
#AF361B (or 0xAF361B) is known color: Rust. HEX triplet: AF, 36 and 1B. RGB value is (175,54,27). Sum of RGB (Red+Green+Blue) = 175+54+27=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF361B is #50C9E4. Grayscale: #575757. Windows color (decimal): -5294565 or 1783471. OLE color: 1783471.
HSL color Cylindrical-coordinate representation of color #AF361B: hue angle of 10.95º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF361B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.31 |
| HSL | 10.95º | 0.73% | 0.4% | - |
| HSV(B) | 10.95º | 0.85% | 0.69% | - |
| XYZ | 19.2 | 11.83 | 2.31 | - |
| YUV | 87.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 27 | 0 | 0.69 | 0.85 | 0.31 | 10.95 | 0.73 | 0.4 |
| Hex | AF | 36 | 1B | 0 | 45 | 55 | 1F | B | 49 | 28 |
| Octal | 257 | 66 | 33 | 0 | 105 | 125 | 37 | 13 | 111 | 50 |
| Binary | 10101111 | 110110 | 11011 | 0 | 1000101 | 1010101 | 11111 | 1011 | 1001001 | 101000 |
Color Harmonies of #AF361B
Complementary color
Monochromatic Colors of #AF361B
Black with #AF361B
Text Example
Text Example
White with #AF361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF361B; }
p { color: rgb(175,54,27); }
H1.HeaderClassName
{
color: #AF361B;
}
.AnyTagClassName
{
color: #AF361B;
}
</style>
background-color css
<style>
a { background-color: #AF361B; }
a { background-color: rgb(175,54,27); }
div.DivClassName
{
background-color: #AF361B;
}
.BgClassName
{
background-color: #AF361B;
}
</style>
border-color css
<style>
span { border-color: #AF361B; }
span { border-color: rgb(175,54,27); }
td.TdClassName
{
border-color: #AF361B;
}
.TagClassName
{
border-color: #AF361B;
}
</style>