Shades of Bright Red #A42234
Tints of Bright Red #A42234
RGB
CMYK
RGB Variations
Color information
#A42234 (or 0xA42234) is known color: Bright Red. HEX triplet: A4, 22 and 34. RGB value is (164,34,52). Sum of RGB (Red+Green+Blue) = 164+34+52=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A42234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42234 is #5BDDCB. Grayscale: #4A4A4A. Windows color (decimal): -6020556 or 3416740. OLE color: 3416740.
HSL color Cylindrical-coordinate representation of color #A42234: hue angle of 351.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42234 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 52 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.36 |
| HSL | 351.69º | 0.66% | 0.39% | - |
| HSV(B) | 351.69º | 0.79% | 0.64% | - |
| XYZ | 16.5 | 9.28 | 4.17 | - |
| YUV | 74.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 52 | 0 | 0.79 | 0.68 | 0.36 | 351.69 | 0.66 | 0.39 |
| Hex | A4 | 22 | 34 | 0 | 4F | 44 | 24 | 160 | 42 | 27 |
| Octal | 244 | 42 | 64 | 0 | 117 | 104 | 44 | 540 | 102 | 47 |
| Binary | 10100100 | 100010 | 110100 | 0 | 1001111 | 1000100 | 100100 | 101100000 | 1000010 | 100111 |
Color Harmonies of #A42234
Complementary color
Monochromatic Colors of #A42234
Black with #A42234
Text Example
Text Example
White with #A42234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42234; }
p { color: rgb(164,34,52); }
H1.HeaderClassName
{
color: #A42234;
}
.AnyTagClassName
{
color: #A42234;
}
</style>
background-color css
<style>
a { background-color: #A42234; }
a { background-color: rgb(164,34,52); }
div.DivClassName
{
background-color: #A42234;
}
.BgClassName
{
background-color: #A42234;
}
</style>
border-color css
<style>
span { border-color: #A42234; }
span { border-color: rgb(164,34,52); }
td.TdClassName
{
border-color: #A42234;
}
.TagClassName
{
border-color: #A42234;
}
</style>