Shades of Rouge #B43A6B
Tints of Rouge #B43A6B
RGB
CMYK
RGB Variations
Color information
#B43A6B (or 0xB43A6B) is known color: Rouge. HEX triplet: B4, 3A and 6B. RGB value is (180,58,107). Sum of RGB (Red+Green+Blue) = 180+58+107=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A6B is #4BC594. Grayscale: #636363. Windows color (decimal): -4965781 or 7027380. OLE color: 7027380.
HSL color Cylindrical-coordinate representation of color #B43A6B: hue angle of 335.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A6B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 107 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.29 |
| HSL | 335.9º | 0.51% | 0.47% | - |
| HSV(B) | 335.9º | 0.68% | 0.71% | - |
| XYZ | 22.99 | 13.79 | 15.36 | - |
| YUV | 100.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 107 | 0 | 0.68 | 0.41 | 0.29 | 335.9 | 0.51 | 0.47 |
| Hex | B4 | 3A | 6B | 0 | 44 | 29 | 1D | 150 | 33 | 2F |
| Octal | 264 | 72 | 153 | 0 | 104 | 51 | 35 | 520 | 63 | 57 |
| Binary | 10110100 | 111010 | 1101011 | 0 | 1000100 | 101001 | 11101 | 101010000 | 110011 | 101111 |
Color Harmonies of #B43A6B
Complementary color
Monochromatic Colors of #B43A6B
Black with #B43A6B
Text Example
Text Example
White with #B43A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A6B; }
p { color: rgb(180,58,107); }
H1.HeaderClassName
{
color: #B43A6B;
}
.AnyTagClassName
{
color: #B43A6B;
}
</style>
background-color css
<style>
a { background-color: #B43A6B; }
a { background-color: rgb(180,58,107); }
div.DivClassName
{
background-color: #B43A6B;
}
.BgClassName
{
background-color: #B43A6B;
}
</style>
border-color css
<style>
span { border-color: #B43A6B; }
span { border-color: rgb(180,58,107); }
td.TdClassName
{
border-color: #B43A6B;
}
.TagClassName
{
border-color: #B43A6B;
}
</style>