Shades of Rouge #BD3262
Tints of Rouge #BD3262
RGB
CMYK
RGB Variations
Color information
#BD3262 (or 0xBD3262) is known color: Rouge. HEX triplet: BD, 32 and 62. RGB value is (189,50,98). Sum of RGB (Red+Green+Blue) = 189+50+98=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3262 is #42CD9D. Grayscale: #606060. Windows color (decimal): -4378014 or 6435517. OLE color: 6435517.
HSL color Cylindrical-coordinate representation of color #BD3262: hue angle of 339.28º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3262 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 98 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.26 |
| HSL | 339.28º | 0.58% | 0.47% | - |
| HSV(B) | 339.28º | 0.74% | 0.74% | - |
| XYZ | 24.33 | 13.98 | 12.97 | - |
| YUV | 97.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 98 | 0 | 0.74 | 0.48 | 0.26 | 339.28 | 0.58 | 0.47 |
| Hex | BD | 32 | 62 | 0 | 4A | 30 | 1A | 153 | 3A | 2F |
| Octal | 275 | 62 | 142 | 0 | 112 | 60 | 32 | 523 | 72 | 57 |
| Binary | 10111101 | 110010 | 1100010 | 0 | 1001010 | 110000 | 11010 | 101010011 | 111010 | 101111 |
Color Harmonies of #BD3262
Complementary color
Monochromatic Colors of #BD3262
Black with #BD3262
Text Example
Text Example
White with #BD3262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3262; }
p { color: rgb(189,50,98); }
H1.HeaderClassName
{
color: #BD3262;
}
.AnyTagClassName
{
color: #BD3262;
}
</style>
background-color css
<style>
a { background-color: #BD3262; }
a { background-color: rgb(189,50,98); }
div.DivClassName
{
background-color: #BD3262;
}
.BgClassName
{
background-color: #BD3262;
}
</style>
border-color css
<style>
span { border-color: #BD3262; }
span { border-color: rgb(189,50,98); }
td.TdClassName
{
border-color: #BD3262;
}
.TagClassName
{
border-color: #BD3262;
}
</style>