Shades of Red Stage #AB5430
Tints of Red Stage #AB5430
RGB
CMYK
RGB Variations
Color information
#AB5430 (or 0xAB5430) is known color: Red Stage. HEX triplet: AB, 54 and 30. RGB value is (171,84,48). Sum of RGB (Red+Green+Blue) = 171+84+48=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5430 is #54ABCF. Grayscale: #6A6A6A. Windows color (decimal): -5549008 or 3167403. OLE color: 3167403.
HSL color Cylindrical-coordinate representation of color #AB5430: hue angle of 17.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB5430 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 48 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.33 |
| HSL | 17.56º | 0.56% | 0.43% | - |
| HSV(B) | 17.56º | 0.72% | 0.67% | - |
| XYZ | 20.5 | 15.21 | 4.65 | - |
| YUV | 105.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 48 | 0 | 0.51 | 0.72 | 0.33 | 17.56 | 0.56 | 0.43 |
| Hex | AB | 54 | 30 | 0 | 33 | 48 | 21 | 12 | 38 | 2B |
| Octal | 253 | 124 | 60 | 0 | 63 | 110 | 41 | 22 | 70 | 53 |
| Binary | 10101011 | 1010100 | 110000 | 0 | 110011 | 1001000 | 100001 | 10010 | 111000 | 101011 |
Color Harmonies of #AB5430
Complementary color
Monochromatic Colors of #AB5430
Black with #AB5430
Text Example
Text Example
White with #AB5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5430; }
p { color: rgb(171,84,48); }
H1.HeaderClassName
{
color: #AB5430;
}
.AnyTagClassName
{
color: #AB5430;
}
</style>
background-color css
<style>
a { background-color: #AB5430; }
a { background-color: rgb(171,84,48); }
div.DivClassName
{
background-color: #AB5430;
}
.BgClassName
{
background-color: #AB5430;
}
</style>
border-color css
<style>
span { border-color: #AB5430; }
span { border-color: rgb(171,84,48); }
td.TdClassName
{
border-color: #AB5430;
}
.TagClassName
{
border-color: #AB5430;
}
</style>