Shades of Rouge #B6305D
Tints of Rouge #B6305D
RGB
CMYK
RGB Variations
Color information
#B6305D (or 0xB6305D) is known color: Rouge. HEX triplet: B6, 30 and 5D. RGB value is (182,48,93). Sum of RGB (Red+Green+Blue) = 182+48+93=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6305D is #49CFA2. Grayscale: #5D5D5D. Windows color (decimal): -4837283 or 6107318. OLE color: 6107318.
HSL color Cylindrical-coordinate representation of color #B6305D: hue angle of 339.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6305D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 93 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.29 |
| HSL | 339.85º | 0.58% | 0.45% | - |
| HSV(B) | 339.85º | 0.74% | 0.71% | - |
| XYZ | 22.32 | 12.85 | 11.66 | - |
| YUV | 93.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 93 | 0 | 0.74 | 0.49 | 0.29 | 339.85 | 0.58 | 0.45 |
| Hex | B6 | 30 | 5D | 0 | 4A | 31 | 1D | 154 | 3A | 2D |
| Octal | 266 | 60 | 135 | 0 | 112 | 61 | 35 | 524 | 72 | 55 |
| Binary | 10110110 | 110000 | 1011101 | 0 | 1001010 | 110001 | 11101 | 101010100 | 111010 | 101101 |
Color Harmonies of #B6305D
Complementary color
Monochromatic Colors of #B6305D
Black with #B6305D
Text Example
Text Example
White with #B6305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6305D; }
p { color: rgb(182,48,93); }
H1.HeaderClassName
{
color: #B6305D;
}
.AnyTagClassName
{
color: #B6305D;
}
</style>
background-color css
<style>
a { background-color: #B6305D; }
a { background-color: rgb(182,48,93); }
div.DivClassName
{
background-color: #B6305D;
}
.BgClassName
{
background-color: #B6305D;
}
</style>
border-color css
<style>
span { border-color: #B6305D; }
span { border-color: rgb(182,48,93); }
td.TdClassName
{
border-color: #B6305D;
}
.TagClassName
{
border-color: #B6305D;
}
</style>