Shades of Bright Red #AB1925
Tints of Bright Red #AB1925
RGB
CMYK
RGB Variations
Color information
#AB1925 (or 0xAB1925) is known color: Bright Red. HEX triplet: AB, 19 and 25. RGB value is (171,25,37). Sum of RGB (Red+Green+Blue) = 171+25+37=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1925 is #54E6DA. Grayscale: #464646. Windows color (decimal): -5564123 or 2431403. OLE color: 2431403.
HSL color Cylindrical-coordinate representation of color #AB1925: hue angle of 355.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1925 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 37 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.33 |
| HSL | 355.07º | 0.74% | 0.38% | - |
| HSV(B) | 355.07º | 0.85% | 0.67% | - |
| XYZ | 17.48 | 9.49 | 2.66 | - |
| YUV | 70.02 | 109.37 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 37 | 0 | 0.85 | 0.78 | 0.33 | 355.07 | 0.74 | 0.38 |
| Hex | AB | 19 | 25 | 0 | 55 | 4E | 21 | 163 | 4A | 26 |
| Octal | 253 | 31 | 45 | 0 | 125 | 116 | 41 | 543 | 112 | 46 |
| Binary | 10101011 | 11001 | 100101 | 0 | 1010101 | 1001110 | 100001 | 101100011 | 1001010 | 100110 |
Color Harmonies of #AB1925
Complementary color
Monochromatic Colors of #AB1925
Black with #AB1925
Text Example
Text Example
White with #AB1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1925; }
p { color: rgb(171,25,37); }
H1.HeaderClassName
{
color: #AB1925;
}
.AnyTagClassName
{
color: #AB1925;
}
</style>
background-color css
<style>
a { background-color: #AB1925; }
a { background-color: rgb(171,25,37); }
div.DivClassName
{
background-color: #AB1925;
}
.BgClassName
{
background-color: #AB1925;
}
</style>
border-color css
<style>
span { border-color: #AB1925; }
span { border-color: rgb(171,25,37); }
td.TdClassName
{
border-color: #AB1925;
}
.TagClassName
{
border-color: #AB1925;
}
</style>