Shades of Rouge #B22A6D
Tints of Rouge #B22A6D
RGB
CMYK
RGB Variations
Color information
#B22A6D (or 0xB22A6D) is known color: Rouge. HEX triplet: B2, 2A and 6D. RGB value is (178,42,109). Sum of RGB (Red+Green+Blue) = 178+42+109=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22A6D is #4DD592. Grayscale: #5A5A5A. Windows color (decimal): -5100947 or 7154354. OLE color: 7154354.
HSL color Cylindrical-coordinate representation of color #B22A6D: hue angle of 330.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22A6D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 109 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.30 |
| HSL | 330.44º | 0.62% | 0.43% | - |
| HSV(B) | 330.44º | 0.76% | 0.7% | - |
| XYZ | 21.95 | 12.23 | 15.67 | - |
| YUV | 90.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 109 | 0 | 0.76 | 0.39 | 0.30 | 330.44 | 0.62 | 0.43 |
| Hex | B2 | 2A | 6D | 0 | 4C | 27 | 1E | 14A | 3E | 2B |
| Octal | 262 | 52 | 155 | 0 | 114 | 47 | 36 | 512 | 76 | 53 |
| Binary | 10110010 | 101010 | 1101101 | 0 | 1001100 | 100111 | 11110 | 101001010 | 111110 | 101011 |
Color Harmonies of #B22A6D
Complementary color
Monochromatic Colors of #B22A6D
Black with #B22A6D
Text Example
Text Example
White with #B22A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A6D; }
p { color: rgb(178,42,109); }
H1.HeaderClassName
{
color: #B22A6D;
}
.AnyTagClassName
{
color: #B22A6D;
}
</style>
background-color css
<style>
a { background-color: #B22A6D; }
a { background-color: rgb(178,42,109); }
div.DivClassName
{
background-color: #B22A6D;
}
.BgClassName
{
background-color: #B22A6D;
}
</style>
border-color css
<style>
span { border-color: #B22A6D; }
span { border-color: rgb(178,42,109); }
td.TdClassName
{
border-color: #B22A6D;
}
.TagClassName
{
border-color: #B22A6D;
}
</style>