Shades of Rouge #B42F5D
Tints of Rouge #B42F5D
RGB
CMYK
RGB Variations
Color information
#B42F5D (or 0xB42F5D) is known color: Rouge. HEX triplet: B4, 2F and 5D. RGB value is (180,47,93). Sum of RGB (Red+Green+Blue) = 180+47+93=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F5D is #4BD0A2. Grayscale: #5B5B5B. Windows color (decimal): -4968611 or 6107060. OLE color: 6107060.
HSL color Cylindrical-coordinate representation of color #B42F5D: hue angle of 339.25º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F5D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 93 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.29 |
| HSL | 339.25º | 0.59% | 0.45% | - |
| HSV(B) | 339.25º | 0.74% | 0.71% | - |
| XYZ | 21.81 | 12.53 | 11.62 | - |
| YUV | 92.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 93 | 0 | 0.74 | 0.48 | 0.29 | 339.25 | 0.59 | 0.45 |
| Hex | B4 | 2F | 5D | 0 | 4A | 30 | 1D | 153 | 3B | 2D |
| Octal | 264 | 57 | 135 | 0 | 112 | 60 | 35 | 523 | 73 | 55 |
| Binary | 10110100 | 101111 | 1011101 | 0 | 1001010 | 110000 | 11101 | 101010011 | 111011 | 101101 |
Color Harmonies of #B42F5D
Complementary color
Monochromatic Colors of #B42F5D
Black with #B42F5D
Text Example
Text Example
White with #B42F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F5D; }
p { color: rgb(180,47,93); }
H1.HeaderClassName
{
color: #B42F5D;
}
.AnyTagClassName
{
color: #B42F5D;
}
</style>
background-color css
<style>
a { background-color: #B42F5D; }
a { background-color: rgb(180,47,93); }
div.DivClassName
{
background-color: #B42F5D;
}
.BgClassName
{
background-color: #B42F5D;
}
</style>
border-color css
<style>
span { border-color: #B42F5D; }
span { border-color: rgb(180,47,93); }
td.TdClassName
{
border-color: #B42F5D;
}
.TagClassName
{
border-color: #B42F5D;
}
</style>