Shades of Cardinal #B22539
Tints of Cardinal #B22539
RGB
CMYK
RGB Variations
Color information
#B22539 (or 0xB22539) is known color: Cardinal. HEX triplet: B2, 25 and 39. RGB value is (178,37,57). Sum of RGB (Red+Green+Blue) = 178+37+57=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B22539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22539 is #4DDAC6. Grayscale: #515151. Windows color (decimal): -5102279 or 3745202. OLE color: 3745202.
HSL color Cylindrical-coordinate representation of color #B22539: hue angle of 351.49º degrees, saturation: 0.66, 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 #B22539 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 57 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.30 |
| HSL | 351.49º | 0.66% | 0.42% | - |
| HSV(B) | 351.49º | 0.79% | 0.7% | - |
| XYZ | 19.76 | 11.08 | 4.97 | - |
| YUV | 81.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 57 | 0 | 0.79 | 0.68 | 0.30 | 351.49 | 0.66 | 0.42 |
| Hex | B2 | 25 | 39 | 0 | 4F | 44 | 1E | 15F | 42 | 2A |
| Octal | 262 | 45 | 71 | 0 | 117 | 104 | 36 | 537 | 102 | 52 |
| Binary | 10110010 | 100101 | 111001 | 0 | 1001111 | 1000100 | 11110 | 101011111 | 1000010 | 101010 |
Color Harmonies of #B22539
Complementary color
Monochromatic Colors of #B22539
Black with #B22539
Text Example
Text Example
White with #B22539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22539; }
p { color: rgb(178,37,57); }
H1.HeaderClassName
{
color: #B22539;
}
.AnyTagClassName
{
color: #B22539;
}
</style>
background-color css
<style>
a { background-color: #B22539; }
a { background-color: rgb(178,37,57); }
div.DivClassName
{
background-color: #B22539;
}
.BgClassName
{
background-color: #B22539;
}
</style>
border-color css
<style>
span { border-color: #B22539; }
span { border-color: rgb(178,37,57); }
td.TdClassName
{
border-color: #B22539;
}
.TagClassName
{
border-color: #B22539;
}
</style>