Shades of Rust #A33C0B
Tints of Rust #A33C0B
RGB
CMYK
RGB Variations
Color information
#A33C0B (or 0xA33C0B) is known color: Rust. HEX triplet: A3, 3C and 0B. RGB value is (163,60,11). Sum of RGB (Red+Green+Blue) = 163+60+11=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C0B is #5CC3F4. Grayscale: #555555. Windows color (decimal): -6079477 or 736419. OLE color: 736419.
HSL color Cylindrical-coordinate representation of color #A33C0B: hue angle of 19.34º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A33C0B is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 11 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.36 |
| HSL | 19.34º | 0.87% | 0.34% | - |
| HSV(B) | 19.34º | 0.93% | 0.64% | - |
| XYZ | 16.78 | 11.04 | 1.56 | - |
| YUV | 85.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 11 | 0 | 0.63 | 0.93 | 0.36 | 19.34 | 0.87 | 0.34 |
| Hex | A3 | 3C | B | 0 | 3F | 5D | 24 | 13 | 57 | 22 |
| Octal | 243 | 74 | 13 | 0 | 77 | 135 | 44 | 23 | 127 | 42 |
| Binary | 10100011 | 111100 | 1011 | 0 | 111111 | 1011101 | 100100 | 10011 | 1010111 | 100010 |
Color Harmonies of #A33C0B
Complementary color
Monochromatic Colors of #A33C0B
Black with #A33C0B
Text Example
Text Example
White with #A33C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C0B; }
p { color: rgb(163,60,11); }
H1.HeaderClassName
{
color: #A33C0B;
}
.AnyTagClassName
{
color: #A33C0B;
}
</style>
background-color css
<style>
a { background-color: #A33C0B; }
a { background-color: rgb(163,60,11); }
div.DivClassName
{
background-color: #A33C0B;
}
.BgClassName
{
background-color: #A33C0B;
}
</style>
border-color css
<style>
span { border-color: #A33C0B; }
span { border-color: rgb(163,60,11); }
td.TdClassName
{
border-color: #A33C0B;
}
.TagClassName
{
border-color: #A33C0B;
}
</style>