Shades of Guardsman Red #A23038
Tints of Guardsman Red #A23038
RGB
CMYK
RGB Variations
Color information
#A23038 (or 0xA23038) is known color: Guardsman Red. HEX triplet: A2, 30 and 38. RGB value is (162,48,56). Sum of RGB (Red+Green+Blue) = 162+48+56=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23038 is #5DCFC7. Grayscale: #535353. Windows color (decimal): -6148040 or 3682466. OLE color: 3682466.
HSL color Cylindrical-coordinate representation of color #A23038: hue angle of 355.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23038 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 56 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.36 |
| HSL | 355.79º | 0.54% | 0.41% | - |
| HSV(B) | 355.79º | 0.7% | 0.64% | - |
| XYZ | 16.67 | 10.08 | 4.81 | - |
| YUV | 83 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 56 | 0 | 0.70 | 0.65 | 0.36 | 355.79 | 0.54 | 0.41 |
| Hex | A2 | 30 | 38 | 0 | 46 | 41 | 24 | 164 | 36 | 29 |
| Octal | 242 | 60 | 70 | 0 | 106 | 101 | 44 | 544 | 66 | 51 |
| Binary | 10100010 | 110000 | 111000 | 0 | 1000110 | 1000001 | 100100 | 101100100 | 110110 | 101001 |
Color Harmonies of #A23038
Complementary color
Monochromatic Colors of #A23038
Black with #A23038
Text Example
Text Example
White with #A23038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23038; }
p { color: rgb(162,48,56); }
H1.HeaderClassName
{
color: #A23038;
}
.AnyTagClassName
{
color: #A23038;
}
</style>
background-color css
<style>
a { background-color: #A23038; }
a { background-color: rgb(162,48,56); }
div.DivClassName
{
background-color: #A23038;
}
.BgClassName
{
background-color: #A23038;
}
</style>
border-color css
<style>
span { border-color: #A23038; }
span { border-color: rgb(162,48,56); }
td.TdClassName
{
border-color: #A23038;
}
.TagClassName
{
border-color: #A23038;
}
</style>