Shades of Rouge #AB365B
Tints of Rouge #AB365B
RGB
CMYK
RGB Variations
Color information
#AB365B (or 0xAB365B) is known color: Rouge. HEX triplet: AB, 36 and 5B. RGB value is (171,54,91). Sum of RGB (Red+Green+Blue) = 171+54+91=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB365B is #54C9A4. Grayscale: #5D5D5D. Windows color (decimal): -5556645 or 5977771. OLE color: 5977771.
HSL color Cylindrical-coordinate representation of color #AB365B: hue angle of 341.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB365B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 91 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.33 |
| HSL | 341.03º | 0.52% | 0.44% | - |
| HSV(B) | 341.03º | 0.68% | 0.67% | - |
| XYZ | 20 | 12.05 | 11.17 | - |
| YUV | 93.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 91 | 0 | 0.68 | 0.47 | 0.33 | 341.03 | 0.52 | 0.44 |
| Hex | AB | 36 | 5B | 0 | 44 | 2F | 21 | 155 | 34 | 2C |
| Octal | 253 | 66 | 133 | 0 | 104 | 57 | 41 | 525 | 64 | 54 |
| Binary | 10101011 | 110110 | 1011011 | 0 | 1000100 | 101111 | 100001 | 101010101 | 110100 | 101100 |
Color Harmonies of #AB365B
Complementary color
Monochromatic Colors of #AB365B
Black with #AB365B
Text Example
Text Example
White with #AB365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB365B; }
p { color: rgb(171,54,91); }
H1.HeaderClassName
{
color: #AB365B;
}
.AnyTagClassName
{
color: #AB365B;
}
</style>
background-color css
<style>
a { background-color: #AB365B; }
a { background-color: rgb(171,54,91); }
div.DivClassName
{
background-color: #AB365B;
}
.BgClassName
{
background-color: #AB365B;
}
</style>
border-color css
<style>
span { border-color: #AB365B; }
span { border-color: rgb(171,54,91); }
td.TdClassName
{
border-color: #AB365B;
}
.TagClassName
{
border-color: #AB365B;
}
</style>