Shades of Bright Red #A41C30
Tints of Bright Red #A41C30
RGB
CMYK
RGB Variations
Color information
#A41C30 (or 0xA41C30) is known color: Bright Red. HEX triplet: A4, 1C and 30. RGB value is (164,28,48). Sum of RGB (Red+Green+Blue) = 164+28+48=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C30 is #5BE3CF. Grayscale: #474747. Windows color (decimal): -6022096 or 3153060. OLE color: 3153060.
HSL color Cylindrical-coordinate representation of color #A41C30: hue angle of 351.18º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C30 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 48 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.36 |
| HSL | 351.18º | 0.71% | 0.38% | - |
| HSV(B) | 351.18º | 0.83% | 0.64% | - |
| XYZ | 16.26 | 8.94 | 3.66 | - |
| YUV | 70.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 48 | 0 | 0.83 | 0.71 | 0.36 | 351.18 | 0.71 | 0.38 |
| Hex | A4 | 1C | 30 | 0 | 53 | 47 | 24 | 15F | 47 | 26 |
| Octal | 244 | 34 | 60 | 0 | 123 | 107 | 44 | 537 | 107 | 46 |
| Binary | 10100100 | 11100 | 110000 | 0 | 1010011 | 1000111 | 100100 | 101011111 | 1000111 | 100110 |
Color Harmonies of #A41C30
Complementary color
Monochromatic Colors of #A41C30
Black with #A41C30
Text Example
Text Example
White with #A41C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C30; }
p { color: rgb(164,28,48); }
H1.HeaderClassName
{
color: #A41C30;
}
.AnyTagClassName
{
color: #A41C30;
}
</style>
background-color css
<style>
a { background-color: #A41C30; }
a { background-color: rgb(164,28,48); }
div.DivClassName
{
background-color: #A41C30;
}
.BgClassName
{
background-color: #A41C30;
}
</style>
border-color css
<style>
span { border-color: #A41C30; }
span { border-color: rgb(164,28,48); }
td.TdClassName
{
border-color: #A41C30;
}
.TagClassName
{
border-color: #A41C30;
}
</style>