Shades of Cardinal #B22341
Tints of Cardinal #B22341
RGB
CMYK
RGB Variations
Color information
#B22341 (or 0xB22341) is known color: Cardinal. HEX triplet: B2, 23 and 41. RGB value is (178,35,65). Sum of RGB (Red+Green+Blue) = 178+35+65=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B22341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22341 is #4DDCBE. Grayscale: #515151. Windows color (decimal): -5102783 or 4268978. OLE color: 4268978.
HSL color Cylindrical-coordinate representation of color #B22341: hue angle of 347.41º 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 #B22341 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 65 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.30 |
| HSL | 347.41º | 0.67% | 0.42% | - |
| HSV(B) | 347.41º | 0.8% | 0.7% | - |
| XYZ | 19.92 | 11.05 | 6.08 | - |
| YUV | 81.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 65 | 0 | 0.80 | 0.63 | 0.30 | 347.41 | 0.67 | 0.42 |
| Hex | B2 | 23 | 41 | 0 | 50 | 3F | 1E | 15B | 43 | 2A |
| Octal | 262 | 43 | 101 | 0 | 120 | 77 | 36 | 533 | 103 | 52 |
| Binary | 10110010 | 100011 | 1000001 | 0 | 1010000 | 111111 | 11110 | 101011011 | 1000011 | 101010 |
Color Harmonies of #B22341
Complementary color
Monochromatic Colors of #B22341
Black with #B22341
Text Example
Text Example
White with #B22341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22341; }
p { color: rgb(178,35,65); }
H1.HeaderClassName
{
color: #B22341;
}
.AnyTagClassName
{
color: #B22341;
}
</style>
background-color css
<style>
a { background-color: #B22341; }
a { background-color: rgb(178,35,65); }
div.DivClassName
{
background-color: #B22341;
}
.BgClassName
{
background-color: #B22341;
}
</style>
border-color css
<style>
span { border-color: #B22341; }
span { border-color: rgb(178,35,65); }
td.TdClassName
{
border-color: #B22341;
}
.TagClassName
{
border-color: #B22341;
}
</style>