Shades of Rust #A83307
Tints of Rust #A83307
RGB
CMYK
RGB Variations
Color information
#A83307 (or 0xA83307) is known color: Rust. HEX triplet: A8, 33 and 07. RGB value is (168,51,7). Sum of RGB (Red+Green+Blue) = 168+51+7=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83307 is #57CCF8. Grayscale: #515151. Windows color (decimal): -5754105 or 471976. OLE color: 471976.
HSL color Cylindrical-coordinate representation of color #A83307: hue angle of 16.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A83307 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.34 |
| HSL | 16.4º | 0.92% | 0.34% | - |
| HSV(B) | 16.4º | 0.96% | 0.66% | - |
| XYZ | 17.37 | 10.71 | 1.35 | - |
| YUV | 80.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 7 | 0 | 0.70 | 0.96 | 0.34 | 16.4 | 0.92 | 0.34 |
| Hex | A8 | 33 | 7 | 0 | 46 | 60 | 22 | 10 | 5C | 22 |
| Octal | 250 | 63 | 7 | 0 | 106 | 140 | 42 | 20 | 134 | 42 |
| Binary | 10101000 | 110011 | 111 | 0 | 1000110 | 1100000 | 100010 | 10000 | 1011100 | 100010 |
Color Harmonies of #A83307
Complementary color
Monochromatic Colors of #A83307
Black with #A83307
Text Example
Text Example
White with #A83307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83307; }
p { color: rgb(168,51,7); }
H1.HeaderClassName
{
color: #A83307;
}
.AnyTagClassName
{
color: #A83307;
}
</style>
background-color css
<style>
a { background-color: #A83307; }
a { background-color: rgb(168,51,7); }
div.DivClassName
{
background-color: #A83307;
}
.BgClassName
{
background-color: #A83307;
}
</style>
border-color css
<style>
span { border-color: #A83307; }
span { border-color: rgb(168,51,7); }
td.TdClassName
{
border-color: #A83307;
}
.TagClassName
{
border-color: #A83307;
}
</style>