Shades of Rust #A23306
Tints of Rust #A23306
RGB
CMYK
RGB Variations
Color information
#A23306 (or 0xA23306) is known color: Rust. HEX triplet: A2, 33 and 06. RGB value is (162,51,6). Sum of RGB (Red+Green+Blue) = 162+51+6=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A23306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23306 is #5DCCF9. Grayscale: #4F4F4F. Windows color (decimal): -6147322 or 406434. OLE color: 406434.
HSL color Cylindrical-coordinate representation of color #A23306: hue angle of 17.31º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A23306 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.36 |
| HSL | 17.31º | 0.93% | 0.33% | - |
| HSV(B) | 17.31º | 0.96% | 0.64% | - |
| XYZ | 16.12 | 10.06 | 1.27 | - |
| YUV | 79.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 6 | 0 | 0.69 | 0.96 | 0.36 | 17.31 | 0.93 | 0.33 |
| Hex | A2 | 33 | 6 | 0 | 45 | 60 | 24 | 11 | 5D | 21 |
| Octal | 242 | 63 | 6 | 0 | 105 | 140 | 44 | 21 | 135 | 41 |
| Binary | 10100010 | 110011 | 110 | 0 | 1000101 | 1100000 | 100100 | 10001 | 1011101 | 100001 |
Color Harmonies of #A23306
Complementary color
Monochromatic Colors of #A23306
Black with #A23306
Text Example
Text Example
White with #A23306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23306; }
p { color: rgb(162,51,6); }
H1.HeaderClassName
{
color: #A23306;
}
.AnyTagClassName
{
color: #A23306;
}
</style>
background-color css
<style>
a { background-color: #A23306; }
a { background-color: rgb(162,51,6); }
div.DivClassName
{
background-color: #A23306;
}
.BgClassName
{
background-color: #A23306;
}
</style>
border-color css
<style>
span { border-color: #A23306; }
span { border-color: rgb(162,51,6); }
td.TdClassName
{
border-color: #A23306;
}
.TagClassName
{
border-color: #A23306;
}
</style>