Shades of Cardinal #B22632
Tints of Cardinal #B22632
RGB
CMYK
RGB Variations
Color information
#B22632 (or 0xB22632) is known color: Cardinal. HEX triplet: B2, 26 and 32. RGB value is (178,38,50). Sum of RGB (Red+Green+Blue) = 178+38+50=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B22632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22632 is #4DD9CD. Grayscale: #515151. Windows color (decimal): -5102030 or 3286706. OLE color: 3286706.
HSL color Cylindrical-coordinate representation of color #B22632: hue angle of 354.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22632 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 50 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.30 |
| HSL | 354.86º | 0.65% | 0.42% | - |
| HSV(B) | 354.86º | 0.79% | 0.7% | - |
| XYZ | 19.63 | 11.08 | 4.12 | - |
| YUV | 81.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 50 | 0 | 0.79 | 0.72 | 0.30 | 354.86 | 0.65 | 0.42 |
| Hex | B2 | 26 | 32 | 0 | 4F | 48 | 1E | 163 | 41 | 2A |
| Octal | 262 | 46 | 62 | 0 | 117 | 110 | 36 | 543 | 101 | 52 |
| Binary | 10110010 | 100110 | 110010 | 0 | 1001111 | 1001000 | 11110 | 101100011 | 1000001 | 101010 |
Color Harmonies of #B22632
Complementary color
Monochromatic Colors of #B22632
Black with #B22632
Text Example
Text Example
White with #B22632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22632; }
p { color: rgb(178,38,50); }
H1.HeaderClassName
{
color: #B22632;
}
.AnyTagClassName
{
color: #B22632;
}
</style>
background-color css
<style>
a { background-color: #B22632; }
a { background-color: rgb(178,38,50); }
div.DivClassName
{
background-color: #B22632;
}
.BgClassName
{
background-color: #B22632;
}
</style>
border-color css
<style>
span { border-color: #B22632; }
span { border-color: rgb(178,38,50); }
td.TdClassName
{
border-color: #B22632;
}
.TagClassName
{
border-color: #B22632;
}
</style>