Shades of Rust #A33108
Tints of Rust #A33108
RGB
CMYK
RGB Variations
Color information
#A33108 (or 0xA33108) is known color: Rust. HEX triplet: A3, 31 and 08. RGB value is (163,49,8). Sum of RGB (Red+Green+Blue) = 163+49+8=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A33108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33108 is #5CCEF7. Grayscale: #4E4E4E. Windows color (decimal): -6082296 or 536995. OLE color: 536995.
HSL color Cylindrical-coordinate representation of color #A33108: hue angle of 15.87º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A33108 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.36 |
| HSL | 15.87º | 0.91% | 0.34% | - |
| HSV(B) | 15.87º | 0.95% | 0.64% | - |
| XYZ | 16.25 | 10 | 1.3 | - |
| YUV | 78.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 8 | 0 | 0.70 | 0.95 | 0.36 | 15.87 | 0.91 | 0.34 |
| Hex | A3 | 31 | 8 | 0 | 46 | 5F | 24 | 10 | 5B | 22 |
| Octal | 243 | 61 | 10 | 0 | 106 | 137 | 44 | 20 | 133 | 42 |
| Binary | 10100011 | 110001 | 1000 | 0 | 1000110 | 1011111 | 100100 | 10000 | 1011011 | 100010 |
Color Harmonies of #A33108
Complementary color
Monochromatic Colors of #A33108
Black with #A33108
Text Example
Text Example
White with #A33108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33108; }
p { color: rgb(163,49,8); }
H1.HeaderClassName
{
color: #A33108;
}
.AnyTagClassName
{
color: #A33108;
}
</style>
background-color css
<style>
a { background-color: #A33108; }
a { background-color: rgb(163,49,8); }
div.DivClassName
{
background-color: #A33108;
}
.BgClassName
{
background-color: #A33108;
}
</style>
border-color css
<style>
span { border-color: #A33108; }
span { border-color: rgb(163,49,8); }
td.TdClassName
{
border-color: #A33108;
}
.TagClassName
{
border-color: #A33108;
}
</style>