Shades of Old Rose #B32343
Tints of Old Rose #B32343
RGB
CMYK
RGB Variations
Color information
#B32343 (or 0xB32343) is known color: Old Rose. HEX triplet: B3, 23 and 43. RGB value is (179,35,67). Sum of RGB (Red+Green+Blue) = 179+35+67=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B32343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32343 is #4CDCBC. Grayscale: #515151. Windows color (decimal): -5037245 or 4400051. OLE color: 4400051.
HSL color Cylindrical-coordinate representation of color #B32343: hue angle of 346.67º 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 #B32343 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 67 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.30 |
| HSL | 346.67º | 0.67% | 0.42% | - |
| HSV(B) | 346.67º | 0.8% | 0.7% | - |
| XYZ | 20.2 | 11.19 | 6.41 | - |
| YUV | 81.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 67 | 0 | 0.80 | 0.63 | 0.30 | 346.67 | 0.67 | 0.42 |
| Hex | B3 | 23 | 43 | 0 | 50 | 3F | 1E | 15B | 43 | 2A |
| Octal | 263 | 43 | 103 | 0 | 120 | 77 | 36 | 533 | 103 | 52 |
| Binary | 10110011 | 100011 | 1000011 | 0 | 1010000 | 111111 | 11110 | 101011011 | 1000011 | 101010 |
Color Harmonies of #B32343
Complementary color
Monochromatic Colors of #B32343
Black with #B32343
Text Example
Text Example
White with #B32343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32343; }
p { color: rgb(179,35,67); }
H1.HeaderClassName
{
color: #B32343;
}
.AnyTagClassName
{
color: #B32343;
}
</style>
background-color css
<style>
a { background-color: #B32343; }
a { background-color: rgb(179,35,67); }
div.DivClassName
{
background-color: #B32343;
}
.BgClassName
{
background-color: #B32343;
}
</style>
border-color css
<style>
span { border-color: #B32343; }
span { border-color: rgb(179,35,67); }
td.TdClassName
{
border-color: #B32343;
}
.TagClassName
{
border-color: #B32343;
}
</style>