Shades of Rouge #B43260
Tints of Rouge #B43260
RGB
CMYK
RGB Variations
Color information
#B43260 (or 0xB43260) is known color: Rouge. HEX triplet: B4, 32 and 60. RGB value is (180,50,96). Sum of RGB (Red+Green+Blue) = 180+50+96=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B43260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43260 is #4BCD9F. Grayscale: #5E5E5E. Windows color (decimal): -4967840 or 6304436. OLE color: 6304436.
HSL color Cylindrical-coordinate representation of color #B43260: hue angle of 338.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43260 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 96 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.29 |
| HSL | 338.77º | 0.57% | 0.45% | - |
| HSV(B) | 338.77º | 0.72% | 0.71% | - |
| XYZ | 22.07 | 12.83 | 12.38 | - |
| YUV | 94.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 96 | 0 | 0.72 | 0.47 | 0.29 | 338.77 | 0.57 | 0.45 |
| Hex | B4 | 32 | 60 | 0 | 48 | 2F | 1D | 153 | 39 | 2D |
| Octal | 264 | 62 | 140 | 0 | 110 | 57 | 35 | 523 | 71 | 55 |
| Binary | 10110100 | 110010 | 1100000 | 0 | 1001000 | 101111 | 11101 | 101010011 | 111001 | 101101 |
Color Harmonies of #B43260
Complementary color
Monochromatic Colors of #B43260
Black with #B43260
Text Example
Text Example
White with #B43260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43260; }
p { color: rgb(180,50,96); }
H1.HeaderClassName
{
color: #B43260;
}
.AnyTagClassName
{
color: #B43260;
}
</style>
background-color css
<style>
a { background-color: #B43260; }
a { background-color: rgb(180,50,96); }
div.DivClassName
{
background-color: #B43260;
}
.BgClassName
{
background-color: #B43260;
}
</style>
border-color css
<style>
span { border-color: #B43260; }
span { border-color: rgb(180,50,96); }
td.TdClassName
{
border-color: #B43260;
}
.TagClassName
{
border-color: #B43260;
}
</style>