Shades of Rouge #B44365
Tints of Rouge #B44365
RGB
CMYK
RGB Variations
Color information
#B44365 (or 0xB44365) is known color: Rouge. HEX triplet: B4, 43 and 65. RGB value is (180,67,101). Sum of RGB (Red+Green+Blue) = 180+67+101=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44365 is #4BBC9A. Grayscale: #686868. Windows color (decimal): -4963483 or 6636468. OLE color: 6636468.
HSL color Cylindrical-coordinate representation of color #B44365: hue angle of 341.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44365 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 101 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.29 |
| HSL | 341.95º | 0.46% | 0.48% | - |
| HSV(B) | 341.95º | 0.63% | 0.71% | - |
| XYZ | 23.18 | 14.66 | 13.92 | - |
| YUV | 104.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 101 | 0 | 0.63 | 0.44 | 0.29 | 341.95 | 0.46 | 0.48 |
| Hex | B4 | 43 | 65 | 0 | 3F | 2C | 1D | 156 | 2E | 30 |
| Octal | 264 | 103 | 145 | 0 | 77 | 54 | 35 | 526 | 56 | 60 |
| Binary | 10110100 | 1000011 | 1100101 | 0 | 111111 | 101100 | 11101 | 101010110 | 101110 | 110000 |
Color Harmonies of #B44365
Complementary color
Monochromatic Colors of #B44365
Black with #B44365
Text Example
Text Example
White with #B44365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44365; }
p { color: rgb(180,67,101); }
H1.HeaderClassName
{
color: #B44365;
}
.AnyTagClassName
{
color: #B44365;
}
</style>
background-color css
<style>
a { background-color: #B44365; }
a { background-color: rgb(180,67,101); }
div.DivClassName
{
background-color: #B44365;
}
.BgClassName
{
background-color: #B44365;
}
</style>
border-color css
<style>
span { border-color: #B44365; }
span { border-color: rgb(180,67,101); }
td.TdClassName
{
border-color: #B44365;
}
.TagClassName
{
border-color: #B44365;
}
</style>