Shades of Rust #A43802
Tints of Rust #A43802
RGB
CMYK
RGB Variations
Color information
#A43802 (or 0xA43802) is known color: Rust. HEX triplet: A4, 38 and 02. RGB value is (164,56,2). Sum of RGB (Red+Green+Blue) = 164+56+2=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A43802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43802 is #5BC7FD. Grayscale: #525252. Windows color (decimal): -6014974 or 145572. OLE color: 145572.
HSL color Cylindrical-coordinate representation of color #A43802: hue angle of 20º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A43802 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.36 |
| HSL | 20º | 0.98% | 0.33% | - |
| HSV(B) | 20º | 0.99% | 0.64% | - |
| XYZ | 16.73 | 10.73 | 1.25 | - |
| YUV | 82.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 2 | 0 | 0.66 | 0.99 | 0.36 | 20 | 0.98 | 0.33 |
| Hex | A4 | 38 | 2 | 0 | 42 | 63 | 24 | 14 | 62 | 21 |
| Octal | 244 | 70 | 2 | 0 | 102 | 143 | 44 | 24 | 142 | 41 |
| Binary | 10100100 | 111000 | 10 | 0 | 1000010 | 1100011 | 100100 | 10100 | 1100010 | 100001 |
Color Harmonies of #A43802
Complementary color
Monochromatic Colors of #A43802
Black with #A43802
Text Example
Text Example
White with #A43802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43802; }
p { color: rgb(164,56,2); }
H1.HeaderClassName
{
color: #A43802;
}
.AnyTagClassName
{
color: #A43802;
}
</style>
background-color css
<style>
a { background-color: #A43802; }
a { background-color: rgb(164,56,2); }
div.DivClassName
{
background-color: #A43802;
}
.BgClassName
{
background-color: #A43802;
}
</style>
border-color css
<style>
span { border-color: #A43802; }
span { border-color: rgb(164,56,2); }
td.TdClassName
{
border-color: #A43802;
}
.TagClassName
{
border-color: #A43802;
}
</style>