Shades of Rust #A33D04
Tints of Rust #A33D04
RGB
CMYK
RGB Variations
Color information
#A33D04 (or 0xA33D04) is known color: Rust. HEX triplet: A3, 3D and 04. RGB value is (163,61,4). Sum of RGB (Red+Green+Blue) = 163+61+4=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D04 is #5CC2FB. Grayscale: #555555. Windows color (decimal): -6079228 or 277923. OLE color: 277923.
HSL color Cylindrical-coordinate representation of color #A33D04: hue angle of 21.51º degrees, saturation: 0.95, 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 #A33D04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.36 |
| HSL | 21.51º | 0.95% | 0.33% | - |
| HSV(B) | 21.51º | 0.98% | 0.64% | - |
| XYZ | 16.79 | 11.13 | 1.38 | - |
| YUV | 85 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 4 | 0 | 0.63 | 0.98 | 0.36 | 21.51 | 0.95 | 0.33 |
| Hex | A3 | 3D | 4 | 0 | 3F | 62 | 24 | 16 | 5F | 21 |
| Octal | 243 | 75 | 4 | 0 | 77 | 142 | 44 | 26 | 137 | 41 |
| Binary | 10100011 | 111101 | 100 | 0 | 111111 | 1100010 | 100100 | 10110 | 1011111 | 100001 |
Color Harmonies of #A33D04
Complementary color
Monochromatic Colors of #A33D04
Black with #A33D04
Text Example
Text Example
White with #A33D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D04; }
p { color: rgb(163,61,4); }
H1.HeaderClassName
{
color: #A33D04;
}
.AnyTagClassName
{
color: #A33D04;
}
</style>
background-color css
<style>
a { background-color: #A33D04; }
a { background-color: rgb(163,61,4); }
div.DivClassName
{
background-color: #A33D04;
}
.BgClassName
{
background-color: #A33D04;
}
</style>
border-color css
<style>
span { border-color: #A33D04; }
span { border-color: rgb(163,61,4); }
td.TdClassName
{
border-color: #A33D04;
}
.TagClassName
{
border-color: #A33D04;
}
</style>