Shades of Cardinal #B4223B
Tints of Cardinal #B4223B
RGB
CMYK
RGB Variations
Color information
#B4223B (or 0xB4223B) is known color: Cardinal. HEX triplet: B4, 22 and 3B. RGB value is (180,34,59). Sum of RGB (Red+Green+Blue) = 180+34+59=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4223B is #4BDDC4. Grayscale: #505050. Windows color (decimal): -4971973 or 3875508. OLE color: 3875508.
HSL color Cylindrical-coordinate representation of color #B4223B: hue angle of 349.73º 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 #B4223B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 59 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.29 |
| HSL | 349.73º | 0.68% | 0.42% | - |
| HSV(B) | 349.73º | 0.81% | 0.71% | - |
| XYZ | 20.18 | 11.16 | 5.23 | - |
| YUV | 80.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 59 | 0 | 0.81 | 0.67 | 0.29 | 349.73 | 0.68 | 0.42 |
| Hex | B4 | 22 | 3B | 0 | 51 | 43 | 1D | 15E | 44 | 2A |
| Octal | 264 | 42 | 73 | 0 | 121 | 103 | 35 | 536 | 104 | 52 |
| Binary | 10110100 | 100010 | 111011 | 0 | 1010001 | 1000011 | 11101 | 101011110 | 1000100 | 101010 |
Color Harmonies of #B4223B
Complementary color
Monochromatic Colors of #B4223B
Black with #B4223B
Text Example
Text Example
White with #B4223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4223B; }
p { color: rgb(180,34,59); }
H1.HeaderClassName
{
color: #B4223B;
}
.AnyTagClassName
{
color: #B4223B;
}
</style>
background-color css
<style>
a { background-color: #B4223B; }
a { background-color: rgb(180,34,59); }
div.DivClassName
{
background-color: #B4223B;
}
.BgClassName
{
background-color: #B4223B;
}
</style>
border-color css
<style>
span { border-color: #B4223B; }
span { border-color: rgb(180,34,59); }
td.TdClassName
{
border-color: #B4223B;
}
.TagClassName
{
border-color: #B4223B;
}
</style>