Shades of Rust #A33810
Tints of Rust #A33810
RGB
CMYK
RGB Variations
Color information
#A33810 (or 0xA33810) is known color: Rust. HEX triplet: A3, 38 and 10. RGB value is (163,56,16). Sum of RGB (Red+Green+Blue) = 163+56+16=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A33810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33810 is #5CC7EF. Grayscale: #535353. Windows color (decimal): -6080496 or 1063075. OLE color: 1063075.
HSL color Cylindrical-coordinate representation of color #A33810: hue angle of 16.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33810 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.36 |
| HSL | 16.33º | 0.82% | 0.35% | - |
| HSV(B) | 16.33º | 0.9% | 0.64% | - |
| XYZ | 16.61 | 10.65 | 1.67 | - |
| YUV | 83.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 16 | 0 | 0.66 | 0.90 | 0.36 | 16.33 | 0.82 | 0.35 |
| Hex | A3 | 38 | 10 | 0 | 42 | 5A | 24 | 10 | 52 | 23 |
| Octal | 243 | 70 | 20 | 0 | 102 | 132 | 44 | 20 | 122 | 43 |
| Binary | 10100011 | 111000 | 10000 | 0 | 1000010 | 1011010 | 100100 | 10000 | 1010010 | 100011 |
Color Harmonies of #A33810
Complementary color
Monochromatic Colors of #A33810
Black with #A33810
Text Example
Text Example
White with #A33810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33810; }
p { color: rgb(163,56,16); }
H1.HeaderClassName
{
color: #A33810;
}
.AnyTagClassName
{
color: #A33810;
}
</style>
background-color css
<style>
a { background-color: #A33810; }
a { background-color: rgb(163,56,16); }
div.DivClassName
{
background-color: #A33810;
}
.BgClassName
{
background-color: #A33810;
}
</style>
border-color css
<style>
span { border-color: #A33810; }
span { border-color: rgb(163,56,16); }
td.TdClassName
{
border-color: #A33810;
}
.TagClassName
{
border-color: #A33810;
}
</style>