Shades of Rust #A23C08
Tints of Rust #A23C08
RGB
CMYK
RGB Variations
Color information
#A23C08 (or 0xA23C08) is known color: Rust. HEX triplet: A2, 3C and 08. RGB value is (162,60,8). Sum of RGB (Red+Green+Blue) = 162+60+8=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C08 is #5DC3F7. Grayscale: #545454. Windows color (decimal): -6145016 or 539810. OLE color: 539810.
HSL color Cylindrical-coordinate representation of color #A23C08: hue angle of 20.26º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A23C08 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.36 |
| HSL | 20.26º | 0.91% | 0.33% | - |
| HSV(B) | 20.26º | 0.95% | 0.64% | - |
| XYZ | 16.56 | 10.93 | 1.47 | - |
| YUV | 84.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 8 | 0 | 0.63 | 0.95 | 0.36 | 20.26 | 0.91 | 0.33 |
| Hex | A2 | 3C | 8 | 0 | 3F | 5F | 24 | 14 | 5B | 21 |
| Octal | 242 | 74 | 10 | 0 | 77 | 137 | 44 | 24 | 133 | 41 |
| Binary | 10100010 | 111100 | 1000 | 0 | 111111 | 1011111 | 100100 | 10100 | 1011011 | 100001 |
Color Harmonies of #A23C08
Complementary color
Monochromatic Colors of #A23C08
Black with #A23C08
Text Example
Text Example
White with #A23C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C08; }
p { color: rgb(162,60,8); }
H1.HeaderClassName
{
color: #A23C08;
}
.AnyTagClassName
{
color: #A23C08;
}
</style>
background-color css
<style>
a { background-color: #A23C08; }
a { background-color: rgb(162,60,8); }
div.DivClassName
{
background-color: #A23C08;
}
.BgClassName
{
background-color: #A23C08;
}
</style>
border-color css
<style>
span { border-color: #A23C08; }
span { border-color: rgb(162,60,8); }
td.TdClassName
{
border-color: #A23C08;
}
.TagClassName
{
border-color: #A23C08;
}
</style>