Shades of Rust #A33203
Tints of Rust #A33203
RGB
CMYK
RGB Variations
Color information
#A33203 (or 0xA33203) is known color: Rust. HEX triplet: A3, 32 and 03. RGB value is (163,50,3). Sum of RGB (Red+Green+Blue) = 163+50+3=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A33203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33203 is #5CCDFC. Grayscale: #4E4E4E. Windows color (decimal): -6082045 or 209571. OLE color: 209571.
HSL color Cylindrical-coordinate representation of color #A33203: hue angle of 17.62º 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 #A33203 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.36 |
| HSL | 17.63º | 0.96% | 0.33% | - |
| HSV(B) | 17.63º | 0.98% | 0.64% | - |
| XYZ | 16.26 | 10.07 | 1.17 | - |
| YUV | 78.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 3 | 0 | 0.69 | 0.98 | 0.36 | 17.63 | 0.96 | 0.33 |
| Hex | A3 | 32 | 3 | 0 | 45 | 62 | 24 | 12 | 60 | 21 |
| Octal | 243 | 62 | 3 | 0 | 105 | 142 | 44 | 22 | 140 | 41 |
| Binary | 10100011 | 110010 | 11 | 0 | 1000101 | 1100010 | 100100 | 10010 | 1100000 | 100001 |
Color Harmonies of #A33203
Complementary color
Monochromatic Colors of #A33203
Black with #A33203
Text Example
Text Example
White with #A33203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33203; }
p { color: rgb(163,50,3); }
H1.HeaderClassName
{
color: #A33203;
}
.AnyTagClassName
{
color: #A33203;
}
</style>
background-color css
<style>
a { background-color: #A33203; }
a { background-color: rgb(163,50,3); }
div.DivClassName
{
background-color: #A33203;
}
.BgClassName
{
background-color: #A33203;
}
</style>
border-color css
<style>
span { border-color: #A33203; }
span { border-color: rgb(163,50,3); }
td.TdClassName
{
border-color: #A33203;
}
.TagClassName
{
border-color: #A33203;
}
</style>