Shades of Rouge #B42A68
Tints of Rouge #B42A68
RGB
CMYK
RGB Variations
Color information
#B42A68 (or 0xB42A68) is known color: Rouge. HEX triplet: B4, 2A and 68. RGB value is (180,42,104). Sum of RGB (Red+Green+Blue) = 180+42+104=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A68 is #4BD597. Grayscale: #5A5A5A. Windows color (decimal): -4969880 or 6826676. OLE color: 6826676.
HSL color Cylindrical-coordinate representation of color #B42A68: hue angle of 333.04º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A68 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 104 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.29 |
| HSL | 333.04º | 0.62% | 0.44% | - |
| HSV(B) | 333.04º | 0.77% | 0.71% | - |
| XYZ | 22.15 | 12.36 | 14.31 | - |
| YUV | 90.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 104 | 0 | 0.77 | 0.42 | 0.29 | 333.04 | 0.62 | 0.44 |
| Hex | B4 | 2A | 68 | 0 | 4D | 2A | 1D | 14D | 3E | 2C |
| Octal | 264 | 52 | 150 | 0 | 115 | 52 | 35 | 515 | 76 | 54 |
| Binary | 10110100 | 101010 | 1101000 | 0 | 1001101 | 101010 | 11101 | 101001101 | 111110 | 101100 |
Color Harmonies of #B42A68
Complementary color
Monochromatic Colors of #B42A68
Black with #B42A68
Text Example
Text Example
White with #B42A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A68; }
p { color: rgb(180,42,104); }
H1.HeaderClassName
{
color: #B42A68;
}
.AnyTagClassName
{
color: #B42A68;
}
</style>
background-color css
<style>
a { background-color: #B42A68; }
a { background-color: rgb(180,42,104); }
div.DivClassName
{
background-color: #B42A68;
}
.BgClassName
{
background-color: #B42A68;
}
</style>
border-color css
<style>
span { border-color: #B42A68; }
span { border-color: rgb(180,42,104); }
td.TdClassName
{
border-color: #B42A68;
}
.TagClassName
{
border-color: #B42A68;
}
</style>