Shades of Rouge #B22F5E
Tints of Rouge #B22F5E
RGB
CMYK
RGB Variations
Color information
#B22F5E (or 0xB22F5E) is known color: Rouge. HEX triplet: B2, 2F and 5E. RGB value is (178,47,94). Sum of RGB (Red+Green+Blue) = 178+47+94=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F5E is #4DD0A1. Grayscale: #5B5B5B. Windows color (decimal): -5099682 or 6172594. OLE color: 6172594.
HSL color Cylindrical-coordinate representation of color #B22F5E: hue angle of 338.47º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F5E is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 47 | 94 | - |
CMYK | 0 | 0.74 | 0.47 | 0.30 |
HSL | 338.47º | 0.58% | 0.44% | - |
HSV(B) | 338.47º | 0.74% | 0.7% | - |
XYZ | 21.4 | 12.31 | 11.84 | - |
YUV | 91.53 | 129.4 | 189.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 47 | 94 | 0 | 0.74 | 0.47 | 0.30 | 338.47 | 0.58 | 0.44 |
Hex | B2 | 2F | 5E | 0 | 4A | 2F | 1E | 152 | 3A | 2C |
Octal | 262 | 57 | 136 | 0 | 112 | 57 | 36 | 522 | 72 | 54 |
Binary | 10110010 | 101111 | 1011110 | 0 | 1001010 | 101111 | 11110 | 101010010 | 111010 | 101100 |
Color Harmonies of #B22F5E
Complementary color
Monochromatic Colors of #B22F5E
Black with #B22F5E
Text Example
Text Example
White with #B22F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22F5E; }
p { color: rgb(178,47,94); }
H1.HeaderClassName
{
color: #B22F5E;
}
.AnyTagClassName
{
color: #B22F5E;
}
</style>
background-color css
<style>
a { background-color: #B22F5E; }
a { background-color: rgb(178,47,94); }
div.DivClassName
{
background-color: #B22F5E;
}
.BgClassName
{
background-color: #B22F5E;
}
</style>
border-color css
<style>
span { border-color: #B22F5E; }
span { border-color: rgb(178,47,94); }
td.TdClassName
{
border-color: #B22F5E;
}
.TagClassName
{
border-color: #B22F5E;
}
</style>