Shades of Rouge #B42969
Tints of Rouge #B42969
RGB
CMYK
RGB Variations
Color information
#B42969 (or 0xB42969) is known color: Rouge. HEX triplet: B4, 29 and 69. RGB value is (180,41,105). Sum of RGB (Red+Green+Blue) = 180+41+105=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B42969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42969 is #4BD696. Grayscale: #595959. Windows color (decimal): -4970135 or 6891956. OLE color: 6891956.
HSL color Cylindrical-coordinate representation of color #B42969: hue angle of 332.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42969 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 105 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.29 |
| HSL | 332.37º | 0.63% | 0.43% | - |
| HSV(B) | 332.37º | 0.77% | 0.71% | - |
| XYZ | 22.17 | 12.31 | 14.57 | - |
| YUV | 89.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 105 | 0 | 0.77 | 0.42 | 0.29 | 332.37 | 0.63 | 0.43 |
| Hex | B4 | 29 | 69 | 0 | 4D | 2A | 1D | 14C | 3F | 2B |
| Octal | 264 | 51 | 151 | 0 | 115 | 52 | 35 | 514 | 77 | 53 |
| Binary | 10110100 | 101001 | 1101001 | 0 | 1001101 | 101010 | 11101 | 101001100 | 111111 | 101011 |
Color Harmonies of #B42969
Complementary color
Monochromatic Colors of #B42969
Black with #B42969
Text Example
Text Example
White with #B42969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42969; }
p { color: rgb(180,41,105); }
H1.HeaderClassName
{
color: #B42969;
}
.AnyTagClassName
{
color: #B42969;
}
</style>
background-color css
<style>
a { background-color: #B42969; }
a { background-color: rgb(180,41,105); }
div.DivClassName
{
background-color: #B42969;
}
.BgClassName
{
background-color: #B42969;
}
</style>
border-color css
<style>
span { border-color: #B42969; }
span { border-color: rgb(180,41,105); }
td.TdClassName
{
border-color: #B42969;
}
.TagClassName
{
border-color: #B42969;
}
</style>