Shades of Rouge #A42C65
Tints of Rouge #A42C65
RGB
CMYK
RGB Variations
Color information
#A42C65 (or 0xA42C65) is known color: Rouge. HEX triplet: A4, 2C and 65. RGB value is (164,44,101). Sum of RGB (Red+Green+Blue) = 164+44+101=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42C65 is #5BD39A. Grayscale: #565656. Windows color (decimal): -6017947 or 6630564. OLE color: 6630564.
HSL color Cylindrical-coordinate representation of color #A42C65: hue angle of 331.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C65 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 44 | 101 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.36 |
| HSL | 331.5º | 0.58% | 0.41% | - |
| HSV(B) | 331.5º | 0.73% | 0.64% | - |
| XYZ | 18.56 | 10.63 | 13.39 | - |
| YUV | 86.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 101 | 0 | 0.73 | 0.38 | 0.36 | 331.5 | 0.58 | 0.41 |
| Hex | A4 | 2C | 65 | 0 | 49 | 26 | 24 | 14C | 3A | 29 |
| Octal | 244 | 54 | 145 | 0 | 111 | 46 | 44 | 514 | 72 | 51 |
| Binary | 10100100 | 101100 | 1100101 | 0 | 1001001 | 100110 | 100100 | 101001100 | 111010 | 101001 |
Color Harmonies of #A42C65
Complementary color
Monochromatic Colors of #A42C65
Black with #A42C65
Text Example
Text Example
White with #A42C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42C65; }
p { color: rgb(164,44,101); }
H1.HeaderClassName
{
color: #A42C65;
}
.AnyTagClassName
{
color: #A42C65;
}
</style>
background-color css
<style>
a { background-color: #A42C65; }
a { background-color: rgb(164,44,101); }
div.DivClassName
{
background-color: #A42C65;
}
.BgClassName
{
background-color: #A42C65;
}
</style>
border-color css
<style>
span { border-color: #A42C65; }
span { border-color: rgb(164,44,101); }
td.TdClassName
{
border-color: #A42C65;
}
.TagClassName
{
border-color: #A42C65;
}
</style>