Shades of Rouge #B03A65
Tints of Rouge #B03A65
RGB
CMYK
RGB Variations
Color information
#B03A65 (or 0xB03A65) is known color: Rouge. HEX triplet: B0, 3A and 65. RGB value is (176,58,101). Sum of RGB (Red+Green+Blue) = 176+58+101=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A65 is #4FC59A. Grayscale: #626262. Windows color (decimal): -5227931 or 6634160. OLE color: 6634160.
HSL color Cylindrical-coordinate representation of color #B03A65: hue angle of 338.14º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A65 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 101 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.31 |
| HSL | 338.14º | 0.5% | 0.46% | - |
| HSV(B) | 338.14º | 0.67% | 0.69% | - |
| XYZ | 21.77 | 13.2 | 13.71 | - |
| YUV | 98.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 101 | 0 | 0.67 | 0.43 | 0.31 | 338.14 | 0.5 | 0.46 |
| Hex | B0 | 3A | 65 | 0 | 43 | 2B | 1F | 152 | 32 | 2E |
| Octal | 260 | 72 | 145 | 0 | 103 | 53 | 37 | 522 | 62 | 56 |
| Binary | 10110000 | 111010 | 1100101 | 0 | 1000011 | 101011 | 11111 | 101010010 | 110010 | 101110 |
Color Harmonies of #B03A65
Complementary color
Monochromatic Colors of #B03A65
Black with #B03A65
Text Example
Text Example
White with #B03A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A65; }
p { color: rgb(176,58,101); }
H1.HeaderClassName
{
color: #B03A65;
}
.AnyTagClassName
{
color: #B03A65;
}
</style>
background-color css
<style>
a { background-color: #B03A65; }
a { background-color: rgb(176,58,101); }
div.DivClassName
{
background-color: #B03A65;
}
.BgClassName
{
background-color: #B03A65;
}
</style>
border-color css
<style>
span { border-color: #B03A65; }
span { border-color: rgb(176,58,101); }
td.TdClassName
{
border-color: #B03A65;
}
.TagClassName
{
border-color: #B03A65;
}
</style>