Shades of Rouge #A24271
Tints of Rouge #A24271
RGB
CMYK
RGB Variations
Color information
#A24271 (or 0xA24271) is known color: Rouge. HEX triplet: A2, 42 and 71. RGB value is (162,66,113). Sum of RGB (Red+Green+Blue) = 162+66+113=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A24271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24271 is #5DBD8E. Grayscale: #636363. Windows color (decimal): -6143375 or 7422626. OLE color: 7422626.
HSL color Cylindrical-coordinate representation of color #A24271: hue angle of 330.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24271 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 113 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.36 |
| HSL | 330.63º | 0.42% | 0.45% | - |
| HSV(B) | 330.63º | 0.59% | 0.64% | - |
| XYZ | 19.83 | 12.77 | 17.04 | - |
| YUV | 100.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 113 | 0 | 0.59 | 0.30 | 0.36 | 330.63 | 0.42 | 0.45 |
| Hex | A2 | 42 | 71 | 0 | 3B | 1E | 24 | 14B | 2A | 2D |
| Octal | 242 | 102 | 161 | 0 | 73 | 36 | 44 | 513 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1110001 | 0 | 111011 | 11110 | 100100 | 101001011 | 101010 | 101101 |
Color Harmonies of #A24271
Complementary color
Monochromatic Colors of #A24271
Black with #A24271
Text Example
Text Example
White with #A24271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24271; }
p { color: rgb(162,66,113); }
H1.HeaderClassName
{
color: #A24271;
}
.AnyTagClassName
{
color: #A24271;
}
</style>
background-color css
<style>
a { background-color: #A24271; }
a { background-color: rgb(162,66,113); }
div.DivClassName
{
background-color: #A24271;
}
.BgClassName
{
background-color: #A24271;
}
</style>
border-color css
<style>
span { border-color: #A24271; }
span { border-color: rgb(162,66,113); }
td.TdClassName
{
border-color: #A24271;
}
.TagClassName
{
border-color: #A24271;
}
</style>