Shades of Cardinal #B5222F
Tints of Cardinal #B5222F
RGB
CMYK
RGB Variations
Color information
#B5222F (or 0xB5222F) is known color: Cardinal. HEX triplet: B5, 22 and 2F. RGB value is (181,34,47). Sum of RGB (Red+Green+Blue) = 181+34+47=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5222F is #4ADDD0. Grayscale: #4F4F4F. Windows color (decimal): -4906449 or 3089077. OLE color: 3089077.
HSL color Cylindrical-coordinate representation of color #B5222F: hue angle of 354.69º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5222F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 47 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.29 |
| HSL | 354.69º | 0.68% | 0.42% | - |
| HSV(B) | 354.69º | 0.81% | 0.71% | - |
| XYZ | 20.14 | 11.17 | 3.78 | - |
| YUV | 79.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 47 | 0 | 0.81 | 0.74 | 0.29 | 354.69 | 0.68 | 0.42 |
| Hex | B5 | 22 | 2F | 0 | 51 | 4A | 1D | 163 | 44 | 2A |
| Octal | 265 | 42 | 57 | 0 | 121 | 112 | 35 | 543 | 104 | 52 |
| Binary | 10110101 | 100010 | 101111 | 0 | 1010001 | 1001010 | 11101 | 101100011 | 1000100 | 101010 |
Color Harmonies of #B5222F
Complementary color
Monochromatic Colors of #B5222F
Black with #B5222F
Text Example
Text Example
White with #B5222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5222F; }
p { color: rgb(181,34,47); }
H1.HeaderClassName
{
color: #B5222F;
}
.AnyTagClassName
{
color: #B5222F;
}
</style>
background-color css
<style>
a { background-color: #B5222F; }
a { background-color: rgb(181,34,47); }
div.DivClassName
{
background-color: #B5222F;
}
.BgClassName
{
background-color: #B5222F;
}
</style>
border-color css
<style>
span { border-color: #B5222F; }
span { border-color: rgb(181,34,47); }
td.TdClassName
{
border-color: #B5222F;
}
.TagClassName
{
border-color: #B5222F;
}
</style>