Shades of Rust #AB430C
Tints of Rust #AB430C
RGB
CMYK
RGB Variations
Color information
#AB430C (or 0xAB430C) is known color: Rust. HEX triplet: AB, 43 and 0C. RGB value is (171,67,12). Sum of RGB (Red+Green+Blue) = 171+67+12=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB430C is #54BCF3. Grayscale: #5C5C5C. Windows color (decimal): -5553396 or 803755. OLE color: 803755.
HSL color Cylindrical-coordinate representation of color #AB430C: hue angle of 20.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB430C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.33 |
| HSL | 20.75º | 0.87% | 0.36% | - |
| HSV(B) | 20.75º | 0.93% | 0.67% | - |
| XYZ | 18.87 | 12.7 | 1.8 | - |
| YUV | 91.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 12 | 0 | 0.61 | 0.93 | 0.33 | 20.75 | 0.87 | 0.36 |
| Hex | AB | 43 | C | 0 | 3D | 5D | 21 | 15 | 57 | 24 |
| Octal | 253 | 103 | 14 | 0 | 75 | 135 | 41 | 25 | 127 | 44 |
| Binary | 10101011 | 1000011 | 1100 | 0 | 111101 | 1011101 | 100001 | 10101 | 1010111 | 100100 |
Color Harmonies of #AB430C
Complementary color
Monochromatic Colors of #AB430C
Black with #AB430C
Text Example
Text Example
White with #AB430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB430C; }
p { color: rgb(171,67,12); }
H1.HeaderClassName
{
color: #AB430C;
}
.AnyTagClassName
{
color: #AB430C;
}
</style>
background-color css
<style>
a { background-color: #AB430C; }
a { background-color: rgb(171,67,12); }
div.DivClassName
{
background-color: #AB430C;
}
.BgClassName
{
background-color: #AB430C;
}
</style>
border-color css
<style>
span { border-color: #AB430C; }
span { border-color: rgb(171,67,12); }
td.TdClassName
{
border-color: #AB430C;
}
.TagClassName
{
border-color: #AB430C;
}
</style>