Shades of Rouge #B43965
Tints of Rouge #B43965
RGB
CMYK
RGB Variations
Color information
#B43965 (or 0xB43965) is known color: Rouge. HEX triplet: B4, 39 and 65. RGB value is (180,57,101). Sum of RGB (Red+Green+Blue) = 180+57+101=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B43965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43965 is #4BC69A. Grayscale: #626262. Windows color (decimal): -4966043 or 6633908. OLE color: 6633908.
HSL color Cylindrical-coordinate representation of color #B43965: hue angle of 338.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43965 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 101 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.29 |
| HSL | 338.54º | 0.52% | 0.46% | - |
| HSV(B) | 338.54º | 0.68% | 0.71% | - |
| XYZ | 22.63 | 13.57 | 13.74 | - |
| YUV | 98.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 101 | 0 | 0.68 | 0.44 | 0.29 | 338.54 | 0.52 | 0.46 |
| Hex | B4 | 39 | 65 | 0 | 44 | 2C | 1D | 153 | 34 | 2E |
| Octal | 264 | 71 | 145 | 0 | 104 | 54 | 35 | 523 | 64 | 56 |
| Binary | 10110100 | 111001 | 1100101 | 0 | 1000100 | 101100 | 11101 | 101010011 | 110100 | 101110 |
Color Harmonies of #B43965
Complementary color
Monochromatic Colors of #B43965
Black with #B43965
Text Example
Text Example
White with #B43965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43965; }
p { color: rgb(180,57,101); }
H1.HeaderClassName
{
color: #B43965;
}
.AnyTagClassName
{
color: #B43965;
}
</style>
background-color css
<style>
a { background-color: #B43965; }
a { background-color: rgb(180,57,101); }
div.DivClassName
{
background-color: #B43965;
}
.BgClassName
{
background-color: #B43965;
}
</style>
border-color css
<style>
span { border-color: #B43965; }
span { border-color: rgb(180,57,101); }
td.TdClassName
{
border-color: #B43965;
}
.TagClassName
{
border-color: #B43965;
}
</style>