Shades of Rouge #A23272
Tints of Rouge #A23272
RGB
CMYK
RGB Variations
Color information
#A23272 (or 0xA23272) is known color: Rouge. HEX triplet: A2, 32 and 72. RGB value is (162,50,114). Sum of RGB (Red+Green+Blue) = 162+50+114=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A23272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23272 is #5DCD8D. Grayscale: #5A5A5A. Windows color (decimal): -6147470 or 7484066. OLE color: 7484066.
HSL color Cylindrical-coordinate representation of color #A23272: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23272 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 114 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.36 |
| HSL | 325.71º | 0.53% | 0.42% | - |
| HSV(B) | 325.71º | 0.69% | 0.64% | - |
| XYZ | 19.08 | 11.18 | 17.07 | - |
| YUV | 90.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 114 | 0 | 0.69 | 0.30 | 0.36 | 325.71 | 0.53 | 0.42 |
| Hex | A2 | 32 | 72 | 0 | 45 | 1E | 24 | 146 | 35 | 2A |
| Octal | 242 | 62 | 162 | 0 | 105 | 36 | 44 | 506 | 65 | 52 |
| Binary | 10100010 | 110010 | 1110010 | 0 | 1000101 | 11110 | 100100 | 101000110 | 110101 | 101010 |
Color Harmonies of #A23272
Complementary color
Monochromatic Colors of #A23272
Black with #A23272
Text Example
Text Example
White with #A23272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23272; }
p { color: rgb(162,50,114); }
H1.HeaderClassName
{
color: #A23272;
}
.AnyTagClassName
{
color: #A23272;
}
</style>
background-color css
<style>
a { background-color: #A23272; }
a { background-color: rgb(162,50,114); }
div.DivClassName
{
background-color: #A23272;
}
.BgClassName
{
background-color: #A23272;
}
</style>
border-color css
<style>
span { border-color: #A23272; }
span { border-color: rgb(162,50,114); }
td.TdClassName
{
border-color: #A23272;
}
.TagClassName
{
border-color: #A23272;
}
</style>