Shades of Bright Red #A52238
Tints of Bright Red #A52238
RGB
CMYK
RGB Variations
Color information
#A52238 (or 0xA52238) is known color: Bright Red. HEX triplet: A5, 22 and 38. RGB value is (165,34,56). Sum of RGB (Red+Green+Blue) = 165+34+56=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A52238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52238 is #5ADDC7. Grayscale: #4B4B4B. Windows color (decimal): -5955016 or 3678885. OLE color: 3678885.
HSL color Cylindrical-coordinate representation of color #A52238: hue angle of 349.92º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52238 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 56 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.35 |
| HSL | 349.92º | 0.66% | 0.39% | - |
| HSV(B) | 349.92º | 0.79% | 0.65% | - |
| XYZ | 16.8 | 9.43 | 4.68 | - |
| YUV | 75.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 56 | 0 | 0.79 | 0.66 | 0.35 | 349.92 | 0.66 | 0.39 |
| Hex | A5 | 22 | 38 | 0 | 4F | 42 | 23 | 15E | 42 | 27 |
| Octal | 245 | 42 | 70 | 0 | 117 | 102 | 43 | 536 | 102 | 47 |
| Binary | 10100101 | 100010 | 111000 | 0 | 1001111 | 1000010 | 100011 | 101011110 | 1000010 | 100111 |
Color Harmonies of #A52238
Complementary color
Monochromatic Colors of #A52238
Black with #A52238
Text Example
Text Example
White with #A52238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52238; }
p { color: rgb(165,34,56); }
H1.HeaderClassName
{
color: #A52238;
}
.AnyTagClassName
{
color: #A52238;
}
</style>
background-color css
<style>
a { background-color: #A52238; }
a { background-color: rgb(165,34,56); }
div.DivClassName
{
background-color: #A52238;
}
.BgClassName
{
background-color: #A52238;
}
</style>
border-color css
<style>
span { border-color: #A52238; }
span { border-color: rgb(165,34,56); }
td.TdClassName
{
border-color: #A52238;
}
.TagClassName
{
border-color: #A52238;
}
</style>