Shades of Rust #A23F03
Tints of Rust #A23F03
RGB
CMYK
RGB Variations
Color information
#A23F03 (or 0xA23F03) is known color: Rust. HEX triplet: A2, 3F and 03. RGB value is (162,63,3). Sum of RGB (Red+Green+Blue) = 162+63+3=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F03 is #5DC0FC. Grayscale: #565656. Windows color (decimal): -6144253 or 212898. OLE color: 212898.
HSL color Cylindrical-coordinate representation of color #A23F03: hue angle of 22.64º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A23F03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.36 |
| HSL | 22.64º | 0.96% | 0.32% | - |
| HSV(B) | 22.64º | 0.98% | 0.64% | - |
| XYZ | 16.69 | 11.24 | 1.38 | - |
| YUV | 85.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 3 | 0 | 0.61 | 0.98 | 0.36 | 22.64 | 0.96 | 0.32 |
| Hex | A2 | 3F | 3 | 0 | 3D | 62 | 24 | 17 | 60 | 20 |
| Octal | 242 | 77 | 3 | 0 | 75 | 142 | 44 | 27 | 140 | 40 |
| Binary | 10100010 | 111111 | 11 | 0 | 111101 | 1100010 | 100100 | 10111 | 1100000 | 100000 |
Color Harmonies of #A23F03
Complementary color
Monochromatic Colors of #A23F03
Black with #A23F03
Text Example
Text Example
White with #A23F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F03; }
p { color: rgb(162,63,3); }
H1.HeaderClassName
{
color: #A23F03;
}
.AnyTagClassName
{
color: #A23F03;
}
</style>
background-color css
<style>
a { background-color: #A23F03; }
a { background-color: rgb(162,63,3); }
div.DivClassName
{
background-color: #A23F03;
}
.BgClassName
{
background-color: #A23F03;
}
</style>
border-color css
<style>
span { border-color: #A23F03; }
span { border-color: rgb(162,63,3); }
td.TdClassName
{
border-color: #A23F03;
}
.TagClassName
{
border-color: #A23F03;
}
</style>