Shades of Old Rose #B22344
Tints of Old Rose #B22344
RGB
CMYK
RGB Variations
Color information
#B22344 (or 0xB22344) is known color: Old Rose. HEX triplet: B2, 23 and 44. RGB value is (178,35,68). Sum of RGB (Red+Green+Blue) = 178+35+68=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B22344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22344 is #4DDCBB. Grayscale: #515151. Windows color (decimal): -5102780 or 4465586. OLE color: 4465586.
HSL color Cylindrical-coordinate representation of color #B22344: hue angle of 346.15º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22344 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 68 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.30 |
| HSL | 346.15º | 0.67% | 0.42% | - |
| HSV(B) | 346.15º | 0.8% | 0.7% | - |
| XYZ | 20 | 11.08 | 6.55 | - |
| YUV | 81.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 68 | 0 | 0.80 | 0.62 | 0.30 | 346.15 | 0.67 | 0.42 |
| Hex | B2 | 23 | 44 | 0 | 50 | 3E | 1E | 15A | 43 | 2A |
| Octal | 262 | 43 | 104 | 0 | 120 | 76 | 36 | 532 | 103 | 52 |
| Binary | 10110010 | 100011 | 1000100 | 0 | 1010000 | 111110 | 11110 | 101011010 | 1000011 | 101010 |
Color Harmonies of #B22344
Complementary color
Monochromatic Colors of #B22344
Black with #B22344
Text Example
Text Example
White with #B22344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22344; }
p { color: rgb(178,35,68); }
H1.HeaderClassName
{
color: #B22344;
}
.AnyTagClassName
{
color: #B22344;
}
</style>
background-color css
<style>
a { background-color: #B22344; }
a { background-color: rgb(178,35,68); }
div.DivClassName
{
background-color: #B22344;
}
.BgClassName
{
background-color: #B22344;
}
</style>
border-color css
<style>
span { border-color: #B22344; }
span { border-color: rgb(178,35,68); }
td.TdClassName
{
border-color: #B22344;
}
.TagClassName
{
border-color: #B22344;
}
</style>