Shades of Rust #A33908
Tints of Rust #A33908
RGB
CMYK
RGB Variations
Color information
#A33908 (or 0xA33908) is known color: Rust. HEX triplet: A3, 39 and 08. RGB value is (163,57,8). Sum of RGB (Red+Green+Blue) = 163+57+8=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A33908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33908 is #5CC6F7. Grayscale: #535353. Windows color (decimal): -6080248 or 539043. OLE color: 539043.
HSL color Cylindrical-coordinate representation of color #A33908: hue angle of 18.97º 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 #A33908 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.36 |
| HSL | 18.97º | 0.91% | 0.34% | - |
| HSV(B) | 18.97º | 0.95% | 0.64% | - |
| XYZ | 16.61 | 10.73 | 1.43 | - |
| YUV | 83.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 8 | 0 | 0.65 | 0.95 | 0.36 | 18.97 | 0.91 | 0.34 |
| Hex | A3 | 39 | 8 | 0 | 41 | 5F | 24 | 13 | 5B | 22 |
| Octal | 243 | 71 | 10 | 0 | 101 | 137 | 44 | 23 | 133 | 42 |
| Binary | 10100011 | 111001 | 1000 | 0 | 1000001 | 1011111 | 100100 | 10011 | 1011011 | 100010 |
Color Harmonies of #A33908
Complementary color
Monochromatic Colors of #A33908
Black with #A33908
Text Example
Text Example
White with #A33908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33908; }
p { color: rgb(163,57,8); }
H1.HeaderClassName
{
color: #A33908;
}
.AnyTagClassName
{
color: #A33908;
}
</style>
background-color css
<style>
a { background-color: #A33908; }
a { background-color: rgb(163,57,8); }
div.DivClassName
{
background-color: #A33908;
}
.BgClassName
{
background-color: #A33908;
}
</style>
border-color css
<style>
span { border-color: #A33908; }
span { border-color: rgb(163,57,8); }
td.TdClassName
{
border-color: #A33908;
}
.TagClassName
{
border-color: #A33908;
}
</style>