Shades of Rust #A33408
Tints of Rust #A33408
RGB
CMYK
RGB Variations
Color information
#A33408 (or 0xA33408) is known color: Rust. HEX triplet: A3, 34 and 08. RGB value is (163,52,8). Sum of RGB (Red+Green+Blue) = 163+52+8=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A33408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33408 is #5CCBF7. Grayscale: #505050. Windows color (decimal): -6081528 or 537763. OLE color: 537763.
HSL color Cylindrical-coordinate representation of color #A33408: hue angle of 17.03º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A33408 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 8 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.36 |
| HSL | 17.03º | 0.91% | 0.34% | - |
| HSV(B) | 17.03º | 0.95% | 0.64% | - |
| XYZ | 16.38 | 10.26 | 1.35 | - |
| YUV | 80.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 8 | 0 | 0.68 | 0.95 | 0.36 | 17.03 | 0.91 | 0.34 |
| Hex | A3 | 34 | 8 | 0 | 44 | 5F | 24 | 11 | 5B | 22 |
| Octal | 243 | 64 | 10 | 0 | 104 | 137 | 44 | 21 | 133 | 42 |
| Binary | 10100011 | 110100 | 1000 | 0 | 1000100 | 1011111 | 100100 | 10001 | 1011011 | 100010 |
Color Harmonies of #A33408
Complementary color
Monochromatic Colors of #A33408
Black with #A33408
Text Example
Text Example
White with #A33408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33408; }
p { color: rgb(163,52,8); }
H1.HeaderClassName
{
color: #A33408;
}
.AnyTagClassName
{
color: #A33408;
}
</style>
background-color css
<style>
a { background-color: #A33408; }
a { background-color: rgb(163,52,8); }
div.DivClassName
{
background-color: #A33408;
}
.BgClassName
{
background-color: #A33408;
}
</style>
border-color css
<style>
span { border-color: #A33408; }
span { border-color: rgb(163,52,8); }
td.TdClassName
{
border-color: #A33408;
}
.TagClassName
{
border-color: #A33408;
}
</style>