Shades of Rust #A33700
Tints of Rust #A33700
RGB
CMYK
RGB Variations
Color information
#A33700 (or 0xA33700) is known color: Rust. HEX triplet: A3, 37 and 00. RGB value is (163,55,0). Sum of RGB (Red+Green+Blue) = 163+55+0=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A33700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33700 is #5CC8FF. Grayscale: #515151. Windows color (decimal): -6080768 or 14243. OLE color: 14243.
HSL color Cylindrical-coordinate representation of color #A33700: hue angle of 20.25º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A33700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.36 |
| HSL | 20.25º | 1% | 0.32% | - |
| HSV(B) | 20.25º | 1% | 0.64% | - |
| XYZ | 16.47 | 10.52 | 1.16 | - |
| YUV | 81.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 0 | 0 | 0.66 | 1 | 0.36 | 20.25 | 1 | 0.32 |
| Hex | A3 | 37 | 0 | 0 | 42 | 64 | 24 | 14 | 64 | 20 |
| Octal | 243 | 67 | 0 | 0 | 102 | 144 | 44 | 24 | 144 | 40 |
| Binary | 10100011 | 110111 | 0 | 0 | 1000010 | 1100100 | 100100 | 10100 | 1100100 | 100000 |
Color Harmonies of #A33700
Complementary color
Monochromatic Colors of #A33700
Black with #A33700
Text Example
Text Example
White with #A33700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33700; }
p { color: rgb(163,55,0); }
H1.HeaderClassName
{
color: #A33700;
}
.AnyTagClassName
{
color: #A33700;
}
</style>
background-color css
<style>
a { background-color: #A33700; }
a { background-color: rgb(163,55,0); }
div.DivClassName
{
background-color: #A33700;
}
.BgClassName
{
background-color: #A33700;
}
</style>
border-color css
<style>
span { border-color: #A33700; }
span { border-color: rgb(163,55,0); }
td.TdClassName
{
border-color: #A33700;
}
.TagClassName
{
border-color: #A33700;
}
</style>