Shades of Rust #AB4308
Tints of Rust #AB4308
RGB
CMYK
RGB Variations
Color information
#AB4308 (or 0xAB4308) is known color: Rust. HEX triplet: AB, 43 and 08. RGB value is (171,67,8). Sum of RGB (Red+Green+Blue) = 171+67+8=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4308 is #54BCF7. Grayscale: #5B5B5B. Windows color (decimal): -5553400 or 541611. OLE color: 541611.
HSL color Cylindrical-coordinate representation of color #AB4308: hue angle of 21.72º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB4308 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.33 |
| HSL | 21.72º | 0.91% | 0.35% | - |
| HSV(B) | 21.72º | 0.95% | 0.67% | - |
| XYZ | 18.85 | 12.69 | 1.69 | - |
| YUV | 91.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 8 | 0 | 0.61 | 0.95 | 0.33 | 21.72 | 0.91 | 0.35 |
| Hex | AB | 43 | 8 | 0 | 3D | 5F | 21 | 16 | 5B | 23 |
| Octal | 253 | 103 | 10 | 0 | 75 | 137 | 41 | 26 | 133 | 43 |
| Binary | 10101011 | 1000011 | 1000 | 0 | 111101 | 1011111 | 100001 | 10110 | 1011011 | 100011 |
Color Harmonies of #AB4308
Complementary color
Monochromatic Colors of #AB4308
Black with #AB4308
Text Example
Text Example
White with #AB4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4308; }
p { color: rgb(171,67,8); }
H1.HeaderClassName
{
color: #AB4308;
}
.AnyTagClassName
{
color: #AB4308;
}
</style>
background-color css
<style>
a { background-color: #AB4308; }
a { background-color: rgb(171,67,8); }
div.DivClassName
{
background-color: #AB4308;
}
.BgClassName
{
background-color: #AB4308;
}
</style>
border-color css
<style>
span { border-color: #AB4308; }
span { border-color: rgb(171,67,8); }
td.TdClassName
{
border-color: #AB4308;
}
.TagClassName
{
border-color: #AB4308;
}
</style>