Shades of Bright Red #A42338
Tints of Bright Red #A42338
RGB
CMYK
RGB Variations
Color information
#A42338 (or 0xA42338) is known color: Bright Red. HEX triplet: A4, 23 and 38. RGB value is (164,35,56). Sum of RGB (Red+Green+Blue) = 164+35+56=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A42338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42338 is #5BDCC7. Grayscale: #4C4C4C. Windows color (decimal): -6020296 or 3679140. OLE color: 3679140.
HSL color Cylindrical-coordinate representation of color #A42338: hue angle of 350.23º degrees, saturation: 0.65, 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 #A42338 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 56 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.36 |
| HSL | 350.23º | 0.65% | 0.39% | - |
| HSV(B) | 350.23º | 0.79% | 0.64% | - |
| XYZ | 16.62 | 9.38 | 4.68 | - |
| YUV | 75.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 56 | 0 | 0.79 | 0.66 | 0.36 | 350.23 | 0.65 | 0.39 |
| Hex | A4 | 23 | 38 | 0 | 4F | 42 | 24 | 15E | 41 | 27 |
| Octal | 244 | 43 | 70 | 0 | 117 | 102 | 44 | 536 | 101 | 47 |
| Binary | 10100100 | 100011 | 111000 | 0 | 1001111 | 1000010 | 100100 | 101011110 | 1000001 | 100111 |
Color Harmonies of #A42338
Complementary color
Monochromatic Colors of #A42338
Black with #A42338
Text Example
Text Example
White with #A42338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42338; }
p { color: rgb(164,35,56); }
H1.HeaderClassName
{
color: #A42338;
}
.AnyTagClassName
{
color: #A42338;
}
</style>
background-color css
<style>
a { background-color: #A42338; }
a { background-color: rgb(164,35,56); }
div.DivClassName
{
background-color: #A42338;
}
.BgClassName
{
background-color: #A42338;
}
</style>
border-color css
<style>
span { border-color: #A42338; }
span { border-color: rgb(164,35,56); }
td.TdClassName
{
border-color: #A42338;
}
.TagClassName
{
border-color: #A42338;
}
</style>