Shades of Bright Red #AC1C28
Tints of Bright Red #AC1C28
RGB
CMYK
RGB Variations
Color information
#AC1C28 (or 0xAC1C28) is known color: Bright Red. HEX triplet: AC, 1C and 28. RGB value is (172,28,40). Sum of RGB (Red+Green+Blue) = 172+28+40=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C28 is #53E3D7. Grayscale: #484848. Windows color (decimal): -5497816 or 2628780. OLE color: 2628780.
HSL color Cylindrical-coordinate representation of color #AC1C28: hue angle of 355º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C28 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 40 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.33 |
| HSL | 355º | 0.72% | 0.39% | - |
| HSV(B) | 355º | 0.84% | 0.67% | - |
| XYZ | 17.81 | 9.75 | 2.95 | - |
| YUV | 72.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 40 | 0 | 0.84 | 0.77 | 0.33 | 355 | 0.72 | 0.39 |
| Hex | AC | 1C | 28 | 0 | 54 | 4D | 21 | 163 | 48 | 27 |
| Octal | 254 | 34 | 50 | 0 | 124 | 115 | 41 | 543 | 110 | 47 |
| Binary | 10101100 | 11100 | 101000 | 0 | 1010100 | 1001101 | 100001 | 101100011 | 1001000 | 100111 |
Color Harmonies of #AC1C28
Complementary color
Monochromatic Colors of #AC1C28
Black with #AC1C28
Text Example
Text Example
White with #AC1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C28; }
p { color: rgb(172,28,40); }
H1.HeaderClassName
{
color: #AC1C28;
}
.AnyTagClassName
{
color: #AC1C28;
}
</style>
background-color css
<style>
a { background-color: #AC1C28; }
a { background-color: rgb(172,28,40); }
div.DivClassName
{
background-color: #AC1C28;
}
.BgClassName
{
background-color: #AC1C28;
}
</style>
border-color css
<style>
span { border-color: #AC1C28; }
span { border-color: rgb(172,28,40); }
td.TdClassName
{
border-color: #AC1C28;
}
.TagClassName
{
border-color: #AC1C28;
}
</style>