Shades of Rust #A23908
Tints of Rust #A23908
RGB
CMYK
RGB Variations
Color information
#A23908 (or 0xA23908) is known color: Rust. HEX triplet: A2, 39 and 08. RGB value is (162,57,8). Sum of RGB (Red+Green+Blue) = 162+57+8=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A23908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23908 is #5DC6F7. Grayscale: #535353. Windows color (decimal): -6145784 or 539042. OLE color: 539042.
HSL color Cylindrical-coordinate representation of color #A23908: hue angle of 19.09º 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 #A23908 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.36 |
| HSL | 19.09º | 0.91% | 0.33% | - |
| HSV(B) | 19.09º | 0.95% | 0.64% | - |
| XYZ | 16.41 | 10.63 | 1.42 | - |
| YUV | 82.81 | 85.79 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 8 | 0 | 0.65 | 0.95 | 0.36 | 19.09 | 0.91 | 0.33 |
| Hex | A2 | 39 | 8 | 0 | 41 | 5F | 24 | 13 | 5B | 21 |
| Octal | 242 | 71 | 10 | 0 | 101 | 137 | 44 | 23 | 133 | 41 |
| Binary | 10100010 | 111001 | 1000 | 0 | 1000001 | 1011111 | 100100 | 10011 | 1011011 | 100001 |
Color Harmonies of #A23908
Complementary color
Monochromatic Colors of #A23908
Black with #A23908
Text Example
Text Example
White with #A23908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23908; }
p { color: rgb(162,57,8); }
H1.HeaderClassName
{
color: #A23908;
}
.AnyTagClassName
{
color: #A23908;
}
</style>
background-color css
<style>
a { background-color: #A23908; }
a { background-color: rgb(162,57,8); }
div.DivClassName
{
background-color: #A23908;
}
.BgClassName
{
background-color: #A23908;
}
</style>
border-color css
<style>
span { border-color: #A23908; }
span { border-color: rgb(162,57,8); }
td.TdClassName
{
border-color: #A23908;
}
.TagClassName
{
border-color: #A23908;
}
</style>