Shades of Cardinal #B5222D
Tints of Cardinal #B5222D
RGB
CMYK
RGB Variations
Color information
#B5222D (or 0xB5222D) is known color: Cardinal. HEX triplet: B5, 22 and 2D. RGB value is (181,34,45). Sum of RGB (Red+Green+Blue) = 181+34+45=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5222D is #4ADDD2. Grayscale: #4F4F4F. Windows color (decimal): -4906451 or 2958005. OLE color: 2958005.
HSL color Cylindrical-coordinate representation of color #B5222D: hue angle of 355.51º 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 #B5222D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 45 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.29 |
| HSL | 355.51º | 0.68% | 0.42% | - |
| HSV(B) | 355.51º | 0.81% | 0.71% | - |
| XYZ | 20.1 | 11.16 | 3.58 | - |
| YUV | 79.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 45 | 0 | 0.81 | 0.75 | 0.29 | 355.51 | 0.68 | 0.42 |
| Hex | B5 | 22 | 2D | 0 | 51 | 4B | 1D | 164 | 44 | 2A |
| Octal | 265 | 42 | 55 | 0 | 121 | 113 | 35 | 544 | 104 | 52 |
| Binary | 10110101 | 100010 | 101101 | 0 | 1010001 | 1001011 | 11101 | 101100100 | 1000100 | 101010 |
Color Harmonies of #B5222D
Complementary color
Monochromatic Colors of #B5222D
Black with #B5222D
Text Example
Text Example
White with #B5222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5222D; }
p { color: rgb(181,34,45); }
H1.HeaderClassName
{
color: #B5222D;
}
.AnyTagClassName
{
color: #B5222D;
}
</style>
background-color css
<style>
a { background-color: #B5222D; }
a { background-color: rgb(181,34,45); }
div.DivClassName
{
background-color: #B5222D;
}
.BgClassName
{
background-color: #B5222D;
}
</style>
border-color css
<style>
span { border-color: #B5222D; }
span { border-color: rgb(181,34,45); }
td.TdClassName
{
border-color: #B5222D;
}
.TagClassName
{
border-color: #B5222D;
}
</style>