Shades of Rust #A33B03
Tints of Rust #A33B03
RGB
CMYK
RGB Variations
Color information
#A33B03 (or 0xA33B03) is known color: Rust. HEX triplet: A3, 3B and 03. RGB value is (163,59,3). Sum of RGB (Red+Green+Blue) = 163+59+3=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33B03 is #5CC4FC. Grayscale: #545454. Windows color (decimal): -6079741 or 211875. OLE color: 211875.
HSL color Cylindrical-coordinate representation of color #A33B03: hue angle of 21º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A33B03 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.36 |
| HSL | 21º | 0.96% | 0.33% | - |
| HSV(B) | 21º | 0.98% | 0.64% | - |
| XYZ | 16.68 | 10.92 | 1.31 | - |
| YUV | 83.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 3 | 0 | 0.64 | 0.98 | 0.36 | 21 | 0.96 | 0.33 |
| Hex | A3 | 3B | 3 | 0 | 40 | 62 | 24 | 15 | 60 | 21 |
| Octal | 243 | 73 | 3 | 0 | 100 | 142 | 44 | 25 | 140 | 41 |
| Binary | 10100011 | 111011 | 11 | 0 | 1000000 | 1100010 | 100100 | 10101 | 1100000 | 100001 |
Color Harmonies of #A33B03
Complementary color
Monochromatic Colors of #A33B03
Black with #A33B03
Text Example
Text Example
White with #A33B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B03; }
p { color: rgb(163,59,3); }
H1.HeaderClassName
{
color: #A33B03;
}
.AnyTagClassName
{
color: #A33B03;
}
</style>
background-color css
<style>
a { background-color: #A33B03; }
a { background-color: rgb(163,59,3); }
div.DivClassName
{
background-color: #A33B03;
}
.BgClassName
{
background-color: #A33B03;
}
</style>
border-color css
<style>
span { border-color: #A33B03; }
span { border-color: rgb(163,59,3); }
td.TdClassName
{
border-color: #A33B03;
}
.TagClassName
{
border-color: #A33B03;
}
</style>