Shades of Bright Red #A02438
Tints of Bright Red #A02438
RGB
CMYK
RGB Variations
Color information
#A02438 (or 0xA02438) is known color: Bright Red. HEX triplet: A0, 24 and 38. RGB value is (160,36,56). Sum of RGB (Red+Green+Blue) = 160+36+56=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A02438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02438 is #5FDBC7. Grayscale: #4B4B4B. Windows color (decimal): -6282184 or 3679392. OLE color: 3679392.
HSL color Cylindrical-coordinate representation of color #A02438: hue angle of 350.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02438 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 56 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.37 |
| HSL | 350.32º | 0.63% | 0.38% | - |
| HSV(B) | 350.32º | 0.78% | 0.63% | - |
| XYZ | 15.84 | 9.02 | 4.65 | - |
| YUV | 75.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 56 | 0 | 0.78 | 0.65 | 0.37 | 350.32 | 0.63 | 0.38 |
| Hex | A0 | 24 | 38 | 0 | 4E | 41 | 25 | 15E | 3F | 26 |
| Octal | 240 | 44 | 70 | 0 | 116 | 101 | 45 | 536 | 77 | 46 |
| Binary | 10100000 | 100100 | 111000 | 0 | 1001110 | 1000001 | 100101 | 101011110 | 111111 | 100110 |
Color Harmonies of #A02438
Complementary color
Monochromatic Colors of #A02438
Black with #A02438
Text Example
Text Example
White with #A02438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02438; }
p { color: rgb(160,36,56); }
H1.HeaderClassName
{
color: #A02438;
}
.AnyTagClassName
{
color: #A02438;
}
</style>
background-color css
<style>
a { background-color: #A02438; }
a { background-color: rgb(160,36,56); }
div.DivClassName
{
background-color: #A02438;
}
.BgClassName
{
background-color: #A02438;
}
</style>
border-color css
<style>
span { border-color: #A02438; }
span { border-color: rgb(160,36,56); }
td.TdClassName
{
border-color: #A02438;
}
.TagClassName
{
border-color: #A02438;
}
</style>