Shades of Rust #A42808
Tints of Rust #A42808
RGB
CMYK
RGB Variations
Color information
#A42808 (or 0xA42808) is known color: Rust. HEX triplet: A4, 28 and 08. RGB value is (164,40,8). Sum of RGB (Red+Green+Blue) = 164+40+8=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A42808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42808 is #5BD7F7. Grayscale: #494949. Windows color (decimal): -6019064 or 534692. OLE color: 534692.
HSL color Cylindrical-coordinate representation of color #A42808: hue angle of 12.31º 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 #A42808 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 8 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.36 |
| HSL | 12.31º | 0.91% | 0.34% | - |
| HSV(B) | 12.31º | 0.95% | 0.64% | - |
| XYZ | 16.11 | 9.43 | 1.2 | - |
| YUV | 73.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 8 | 0 | 0.76 | 0.95 | 0.36 | 12.31 | 0.91 | 0.34 |
| Hex | A4 | 28 | 8 | 0 | 4C | 5F | 24 | C | 5B | 22 |
| Octal | 244 | 50 | 10 | 0 | 114 | 137 | 44 | 14 | 133 | 42 |
| Binary | 10100100 | 101000 | 1000 | 0 | 1001100 | 1011111 | 100100 | 1100 | 1011011 | 100010 |
Color Harmonies of #A42808
Complementary color
Monochromatic Colors of #A42808
Black with #A42808
Text Example
Text Example
White with #A42808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42808; }
p { color: rgb(164,40,8); }
H1.HeaderClassName
{
color: #A42808;
}
.AnyTagClassName
{
color: #A42808;
}
</style>
background-color css
<style>
a { background-color: #A42808; }
a { background-color: rgb(164,40,8); }
div.DivClassName
{
background-color: #A42808;
}
.BgClassName
{
background-color: #A42808;
}
</style>
border-color css
<style>
span { border-color: #A42808; }
span { border-color: rgb(164,40,8); }
td.TdClassName
{
border-color: #A42808;
}
.TagClassName
{
border-color: #A42808;
}
</style>