Shades of Rouge #B13269
Tints of Rouge #B13269
RGB
CMYK
RGB Variations
Color information
#B13269 (or 0xB13269) is known color: Rouge. HEX triplet: B1, 32 and 69. RGB value is (177,50,105). Sum of RGB (Red+Green+Blue) = 177+50+105=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B13269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13269 is #4ECD96. Grayscale: #5E5E5E. Windows color (decimal): -5164439 or 6894257. OLE color: 6894257.
HSL color Cylindrical-coordinate representation of color #B13269: hue angle of 334.02º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13269 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 105 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.31 |
| HSL | 334.02º | 0.56% | 0.45% | - |
| HSV(B) | 334.02º | 0.72% | 0.69% | - |
| XYZ | 21.82 | 12.65 | 14.66 | - |
| YUV | 94.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 105 | 0 | 0.72 | 0.41 | 0.31 | 334.02 | 0.56 | 0.45 |
| Hex | B1 | 32 | 69 | 0 | 48 | 29 | 1F | 14E | 38 | 2D |
| Octal | 261 | 62 | 151 | 0 | 110 | 51 | 37 | 516 | 70 | 55 |
| Binary | 10110001 | 110010 | 1101001 | 0 | 1001000 | 101001 | 11111 | 101001110 | 111000 | 101101 |
Color Harmonies of #B13269
Complementary color
Monochromatic Colors of #B13269
Black with #B13269
Text Example
Text Example
White with #B13269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13269; }
p { color: rgb(177,50,105); }
H1.HeaderClassName
{
color: #B13269;
}
.AnyTagClassName
{
color: #B13269;
}
</style>
background-color css
<style>
a { background-color: #B13269; }
a { background-color: rgb(177,50,105); }
div.DivClassName
{
background-color: #B13269;
}
.BgClassName
{
background-color: #B13269;
}
</style>
border-color css
<style>
span { border-color: #B13269; }
span { border-color: rgb(177,50,105); }
td.TdClassName
{
border-color: #B13269;
}
.TagClassName
{
border-color: #B13269;
}
</style>