Shades of Rouge #B22D60
Tints of Rouge #B22D60
RGB
CMYK
RGB Variations
Color information
#B22D60 (or 0xB22D60) is known color: Rouge. HEX triplet: B2, 2D and 60. RGB value is (178,45,96). Sum of RGB (Red+Green+Blue) = 178+45+96=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D60 is #4DD29F. Grayscale: #5A5A5A. Windows color (decimal): -5100192 or 6303154. OLE color: 6303154.
HSL color Cylindrical-coordinate representation of color #B22D60: hue angle of 336.99º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D60 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 96 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.30 |
| HSL | 336.99º | 0.6% | 0.44% | - |
| HSV(B) | 336.99º | 0.75% | 0.7% | - |
| XYZ | 21.41 | 12.19 | 12.29 | - |
| YUV | 90.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 96 | 0 | 0.75 | 0.46 | 0.30 | 336.99 | 0.6 | 0.44 |
| Hex | B2 | 2D | 60 | 0 | 4B | 2E | 1E | 151 | 3C | 2C |
| Octal | 262 | 55 | 140 | 0 | 113 | 56 | 36 | 521 | 74 | 54 |
| Binary | 10110010 | 101101 | 1100000 | 0 | 1001011 | 101110 | 11110 | 101010001 | 111100 | 101100 |
Color Harmonies of #B22D60
Complementary color
Monochromatic Colors of #B22D60
Black with #B22D60
Text Example
Text Example
White with #B22D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D60; }
p { color: rgb(178,45,96); }
H1.HeaderClassName
{
color: #B22D60;
}
.AnyTagClassName
{
color: #B22D60;
}
</style>
background-color css
<style>
a { background-color: #B22D60; }
a { background-color: rgb(178,45,96); }
div.DivClassName
{
background-color: #B22D60;
}
.BgClassName
{
background-color: #B22D60;
}
</style>
border-color css
<style>
span { border-color: #B22D60; }
span { border-color: rgb(178,45,96); }
td.TdClassName
{
border-color: #B22D60;
}
.TagClassName
{
border-color: #B22D60;
}
</style>