Shades of Rouge #B02D68
Tints of Rouge #B02D68
RGB
CMYK
RGB Variations
Color information
#B02D68 (or 0xB02D68) is known color: Rouge. HEX triplet: B0, 2D and 68. RGB value is (176,45,104). Sum of RGB (Red+Green+Blue) = 176+45+104=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02D68 is #4FD297. Grayscale: #5A5A5A. Windows color (decimal): -5231256 or 6827440. OLE color: 6827440.
HSL color Cylindrical-coordinate representation of color #B02D68: hue angle of 332.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D68 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 104 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.31 |
| HSL | 332.98º | 0.59% | 0.43% | - |
| HSV(B) | 332.98º | 0.74% | 0.69% | - |
| XYZ | 21.34 | 12.11 | 14.31 | - |
| YUV | 90.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 104 | 0 | 0.74 | 0.41 | 0.31 | 332.98 | 0.59 | 0.43 |
| Hex | B0 | 2D | 68 | 0 | 4A | 29 | 1F | 14D | 3B | 2B |
| Octal | 260 | 55 | 150 | 0 | 112 | 51 | 37 | 515 | 73 | 53 |
| Binary | 10110000 | 101101 | 1101000 | 0 | 1001010 | 101001 | 11111 | 101001101 | 111011 | 101011 |
Color Harmonies of #B02D68
Complementary color
Monochromatic Colors of #B02D68
Black with #B02D68
Text Example
Text Example
White with #B02D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D68; }
p { color: rgb(176,45,104); }
H1.HeaderClassName
{
color: #B02D68;
}
.AnyTagClassName
{
color: #B02D68;
}
</style>
background-color css
<style>
a { background-color: #B02D68; }
a { background-color: rgb(176,45,104); }
div.DivClassName
{
background-color: #B02D68;
}
.BgClassName
{
background-color: #B02D68;
}
</style>
border-color css
<style>
span { border-color: #B02D68; }
span { border-color: rgb(176,45,104); }
td.TdClassName
{
border-color: #B02D68;
}
.TagClassName
{
border-color: #B02D68;
}
</style>