Shades of Rust #A42B03
Tints of Rust #A42B03
RGB
CMYK
RGB Variations
Color information
#A42B03 (or 0xA42B03) is known color: Rust. HEX triplet: A4, 2B and 03. RGB value is (164,43,3). Sum of RGB (Red+Green+Blue) = 164+43+3=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42B03 is #5BD4FC. Grayscale: #4A4A4A. Windows color (decimal): -6018301 or 207780. OLE color: 207780.
HSL color Cylindrical-coordinate representation of color #A42B03: hue angle of 14.91º degrees, saturation: 0.96, 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 #A42B03 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.36 |
| HSL | 14.91º | 0.96% | 0.33% | - |
| HSV(B) | 14.91º | 0.98% | 0.64% | - |
| XYZ | 16.19 | 9.63 | 1.09 | - |
| YUV | 74.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 3 | 0 | 0.74 | 0.98 | 0.36 | 14.91 | 0.96 | 0.33 |
| Hex | A4 | 2B | 3 | 0 | 4A | 62 | 24 | F | 60 | 21 |
| Octal | 244 | 53 | 3 | 0 | 112 | 142 | 44 | 17 | 140 | 41 |
| Binary | 10100100 | 101011 | 11 | 0 | 1001010 | 1100010 | 100100 | 1111 | 1100000 | 100001 |
Color Harmonies of #A42B03
Complementary color
Monochromatic Colors of #A42B03
Black with #A42B03
Text Example
Text Example
White with #A42B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B03; }
p { color: rgb(164,43,3); }
H1.HeaderClassName
{
color: #A42B03;
}
.AnyTagClassName
{
color: #A42B03;
}
</style>
background-color css
<style>
a { background-color: #A42B03; }
a { background-color: rgb(164,43,3); }
div.DivClassName
{
background-color: #A42B03;
}
.BgClassName
{
background-color: #A42B03;
}
</style>
border-color css
<style>
span { border-color: #A42B03; }
span { border-color: rgb(164,43,3); }
td.TdClassName
{
border-color: #A42B03;
}
.TagClassName
{
border-color: #A42B03;
}
</style>