Shades of Rouge #B52A65
Tints of Rouge #B52A65
RGB
CMYK
RGB Variations
Color information
#B52A65 (or 0xB52A65) is known color: Rouge. HEX triplet: B5, 2A and 65. RGB value is (181,42,101). Sum of RGB (Red+Green+Blue) = 181+42+101=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A65 is #4AD59A. Grayscale: #5A5A5A. Windows color (decimal): -4904347 or 6630069. OLE color: 6630069.
HSL color Cylindrical-coordinate representation of color #B52A65: hue angle of 334.53º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A65 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 101 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.29 |
| HSL | 334.53º | 0.62% | 0.44% | - |
| HSV(B) | 334.53º | 0.77% | 0.71% | - |
| XYZ | 22.23 | 12.42 | 13.54 | - |
| YUV | 90.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 101 | 0 | 0.77 | 0.44 | 0.29 | 334.53 | 0.62 | 0.44 |
| Hex | B5 | 2A | 65 | 0 | 4D | 2C | 1D | 14F | 3E | 2C |
| Octal | 265 | 52 | 145 | 0 | 115 | 54 | 35 | 517 | 76 | 54 |
| Binary | 10110101 | 101010 | 1100101 | 0 | 1001101 | 101100 | 11101 | 101001111 | 111110 | 101100 |
Color Harmonies of #B52A65
Complementary color
Monochromatic Colors of #B52A65
Black with #B52A65
Text Example
Text Example
White with #B52A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A65; }
p { color: rgb(181,42,101); }
H1.HeaderClassName
{
color: #B52A65;
}
.AnyTagClassName
{
color: #B52A65;
}
</style>
background-color css
<style>
a { background-color: #B52A65; }
a { background-color: rgb(181,42,101); }
div.DivClassName
{
background-color: #B52A65;
}
.BgClassName
{
background-color: #B52A65;
}
</style>
border-color css
<style>
span { border-color: #B52A65; }
span { border-color: rgb(181,42,101); }
td.TdClassName
{
border-color: #B52A65;
}
.TagClassName
{
border-color: #B52A65;
}
</style>