Shades of Rust #A43618
Tints of Rust #A43618
RGB
CMYK
RGB Variations
Color information
#A43618 (or 0xA43618) is known color: Rust. HEX triplet: A4, 36 and 18. RGB value is (164,54,24). Sum of RGB (Red+Green+Blue) = 164+54+24=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A43618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43618 is #5BC9E7. Grayscale: #535353. Windows color (decimal): -6015464 or 1586852. OLE color: 1586852.
HSL color Cylindrical-coordinate representation of color #A43618: hue angle of 12.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A43618 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 24 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.36 |
| HSL | 12.86º | 0.74% | 0.37% | - |
| HSV(B) | 12.86º | 0.85% | 0.64% | - |
| XYZ | 16.79 | 10.6 | 2.02 | - |
| YUV | 83.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 24 | 0 | 0.67 | 0.85 | 0.36 | 12.86 | 0.74 | 0.37 |
| Hex | A4 | 36 | 18 | 0 | 43 | 55 | 24 | D | 4A | 25 |
| Octal | 244 | 66 | 30 | 0 | 103 | 125 | 44 | 15 | 112 | 45 |
| Binary | 10100100 | 110110 | 11000 | 0 | 1000011 | 1010101 | 100100 | 1101 | 1001010 | 100101 |
Color Harmonies of #A43618
Complementary color
Monochromatic Colors of #A43618
Black with #A43618
Text Example
Text Example
White with #A43618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43618; }
p { color: rgb(164,54,24); }
H1.HeaderClassName
{
color: #A43618;
}
.AnyTagClassName
{
color: #A43618;
}
</style>
background-color css
<style>
a { background-color: #A43618; }
a { background-color: rgb(164,54,24); }
div.DivClassName
{
background-color: #A43618;
}
.BgClassName
{
background-color: #A43618;
}
</style>
border-color css
<style>
span { border-color: #A43618; }
span { border-color: rgb(164,54,24); }
td.TdClassName
{
border-color: #A43618;
}
.TagClassName
{
border-color: #A43618;
}
</style>