Shades of Bright Red #A41F32
Tints of Bright Red #A41F32
RGB
CMYK
RGB Variations
Color information
#A41F32 (or 0xA41F32) is known color: Bright Red. HEX triplet: A4, 1F and 32. RGB value is (164,31,50). Sum of RGB (Red+Green+Blue) = 164+31+50=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F32 is #5BE0CD. Grayscale: #484848. Windows color (decimal): -6021326 or 3284900. OLE color: 3284900.
HSL color Cylindrical-coordinate representation of color #A41F32: hue angle of 351.43º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F32 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 31 | 50 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.36 |
| HSL | 351.43º | 0.68% | 0.38% | - |
| HSV(B) | 351.43º | 0.81% | 0.64% | - |
| XYZ | 16.38 | 9.1 | 3.91 | - |
| YUV | 72.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 50 | 0 | 0.81 | 0.70 | 0.36 | 351.43 | 0.68 | 0.38 |
| Hex | A4 | 1F | 32 | 0 | 51 | 46 | 24 | 15F | 44 | 26 |
| Octal | 244 | 37 | 62 | 0 | 121 | 106 | 44 | 537 | 104 | 46 |
| Binary | 10100100 | 11111 | 110010 | 0 | 1010001 | 1000110 | 100100 | 101011111 | 1000100 | 100110 |
Color Harmonies of #A41F32
Complementary color
Monochromatic Colors of #A41F32
Black with #A41F32
Text Example
Text Example
White with #A41F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41F32; }
p { color: rgb(164,31,50); }
H1.HeaderClassName
{
color: #A41F32;
}
.AnyTagClassName
{
color: #A41F32;
}
</style>
background-color css
<style>
a { background-color: #A41F32; }
a { background-color: rgb(164,31,50); }
div.DivClassName
{
background-color: #A41F32;
}
.BgClassName
{
background-color: #A41F32;
}
</style>
border-color css
<style>
span { border-color: #A41F32; }
span { border-color: rgb(164,31,50); }
td.TdClassName
{
border-color: #A41F32;
}
.TagClassName
{
border-color: #A41F32;
}
</style>