Shades of Rust #A43F03
Tints of Rust #A43F03
RGB
CMYK
RGB Variations
Color information
#A43F03 (or 0xA43F03) is known color: Rust. HEX triplet: A4, 3F and 03. RGB value is (164,63,3). Sum of RGB (Red+Green+Blue) = 164+63+3=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43F03 is #5BC0FC. Grayscale: #565656. Windows color (decimal): -6013181 or 212900. OLE color: 212900.
HSL color Cylindrical-coordinate representation of color #A43F03: hue angle of 22.36º 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 #A43F03 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.36 |
| HSL | 22.36º | 0.96% | 0.33% | - |
| HSV(B) | 22.36º | 0.98% | 0.64% | - |
| XYZ | 17.1 | 11.45 | 1.4 | - |
| YUV | 86.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 3 | 0 | 0.62 | 0.98 | 0.36 | 22.36 | 0.96 | 0.33 |
| Hex | A4 | 3F | 3 | 0 | 3E | 62 | 24 | 16 | 60 | 21 |
| Octal | 244 | 77 | 3 | 0 | 76 | 142 | 44 | 26 | 140 | 41 |
| Binary | 10100100 | 111111 | 11 | 0 | 111110 | 1100010 | 100100 | 10110 | 1100000 | 100001 |
Color Harmonies of #A43F03
Complementary color
Monochromatic Colors of #A43F03
Black with #A43F03
Text Example
Text Example
White with #A43F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F03; }
p { color: rgb(164,63,3); }
H1.HeaderClassName
{
color: #A43F03;
}
.AnyTagClassName
{
color: #A43F03;
}
</style>
background-color css
<style>
a { background-color: #A43F03; }
a { background-color: rgb(164,63,3); }
div.DivClassName
{
background-color: #A43F03;
}
.BgClassName
{
background-color: #A43F03;
}
</style>
border-color css
<style>
span { border-color: #A43F03; }
span { border-color: rgb(164,63,3); }
td.TdClassName
{
border-color: #A43F03;
}
.TagClassName
{
border-color: #A43F03;
}
</style>