Shades of Rouge #A1365F
Tints of Rouge #A1365F
RGB
CMYK
RGB Variations
Color information
#A1365F (or 0xA1365F) is known color: Rouge. HEX triplet: A1, 36 and 5F. RGB value is (161,54,95). Sum of RGB (Red+Green+Blue) = 161+54+95=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1365F is #5EC9A0. Grayscale: #5A5A5A. Windows color (decimal): -6212001 or 6239905. OLE color: 6239905.
HSL color Cylindrical-coordinate representation of color #A1365F: hue angle of 337.01º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1365F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 95 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.37 |
| HSL | 337.01º | 0.5% | 0.42% | - |
| HSV(B) | 337.01º | 0.66% | 0.63% | - |
| XYZ | 18.08 | 11.04 | 12 | - |
| YUV | 90.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 95 | 0 | 0.66 | 0.41 | 0.37 | 337.01 | 0.5 | 0.42 |
| Hex | A1 | 36 | 5F | 0 | 42 | 29 | 25 | 151 | 32 | 2A |
| Octal | 241 | 66 | 137 | 0 | 102 | 51 | 45 | 521 | 62 | 52 |
| Binary | 10100001 | 110110 | 1011111 | 0 | 1000010 | 101001 | 100101 | 101010001 | 110010 | 101010 |
Color Harmonies of #A1365F
Complementary color
Monochromatic Colors of #A1365F
Black with #A1365F
Text Example
Text Example
White with #A1365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1365F; }
p { color: rgb(161,54,95); }
H1.HeaderClassName
{
color: #A1365F;
}
.AnyTagClassName
{
color: #A1365F;
}
</style>
background-color css
<style>
a { background-color: #A1365F; }
a { background-color: rgb(161,54,95); }
div.DivClassName
{
background-color: #A1365F;
}
.BgClassName
{
background-color: #A1365F;
}
</style>
border-color css
<style>
span { border-color: #A1365F; }
span { border-color: rgb(161,54,95); }
td.TdClassName
{
border-color: #A1365F;
}
.TagClassName
{
border-color: #A1365F;
}
</style>