Shades of Bright Red #A41B24
Tints of Bright Red #A41B24
RGB
CMYK
RGB Variations
Color information
#A41B24 (or 0xA41B24) is known color: Bright Red. HEX triplet: A4, 1B and 24. RGB value is (164,27,36). Sum of RGB (Red+Green+Blue) = 164+27+36=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B24 is #5BE4DB. Grayscale: #454545. Windows color (decimal): -6022364 or 2366372. OLE color: 2366372.
HSL color Cylindrical-coordinate representation of color #A41B24: hue angle of 356.06º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B24 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 36 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.36 |
| HSL | 356.06º | 0.72% | 0.37% | - |
| HSV(B) | 356.06º | 0.84% | 0.64% | - |
| XYZ | 16.02 | 8.8 | 2.52 | - |
| YUV | 68.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 36 | 0 | 0.84 | 0.78 | 0.36 | 356.06 | 0.72 | 0.37 |
| Hex | A4 | 1B | 24 | 0 | 54 | 4E | 24 | 164 | 48 | 25 |
| Octal | 244 | 33 | 44 | 0 | 124 | 116 | 44 | 544 | 110 | 45 |
| Binary | 10100100 | 11011 | 100100 | 0 | 1010100 | 1001110 | 100100 | 101100100 | 1001000 | 100101 |
Color Harmonies of #A41B24
Complementary color
Monochromatic Colors of #A41B24
Black with #A41B24
Text Example
Text Example
White with #A41B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B24; }
p { color: rgb(164,27,36); }
H1.HeaderClassName
{
color: #A41B24;
}
.AnyTagClassName
{
color: #A41B24;
}
</style>
background-color css
<style>
a { background-color: #A41B24; }
a { background-color: rgb(164,27,36); }
div.DivClassName
{
background-color: #A41B24;
}
.BgClassName
{
background-color: #A41B24;
}
</style>
border-color css
<style>
span { border-color: #A41B24; }
span { border-color: rgb(164,27,36); }
td.TdClassName
{
border-color: #A41B24;
}
.TagClassName
{
border-color: #A41B24;
}
</style>