Shades of Cardinal #B42238
Tints of Cardinal #B42238
RGB
CMYK
RGB Variations
Color information
#B42238 (or 0xB42238) is known color: Cardinal. HEX triplet: B4, 22 and 38. RGB value is (180,34,56). Sum of RGB (Red+Green+Blue) = 180+34+56=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42238 is #4BDDC7. Grayscale: #505050. Windows color (decimal): -4971976 or 3678900. OLE color: 3678900.
HSL color Cylindrical-coordinate representation of color #B42238: hue angle of 350.96º 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 #B42238 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 56 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.29 |
| HSL | 350.96º | 0.68% | 0.42% | - |
| HSV(B) | 350.96º | 0.81% | 0.71% | - |
| XYZ | 20.11 | 11.13 | 4.83 | - |
| YUV | 80.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 56 | 0 | 0.81 | 0.69 | 0.29 | 350.96 | 0.68 | 0.42 |
| Hex | B4 | 22 | 38 | 0 | 51 | 45 | 1D | 15F | 44 | 2A |
| Octal | 264 | 42 | 70 | 0 | 121 | 105 | 35 | 537 | 104 | 52 |
| Binary | 10110100 | 100010 | 111000 | 0 | 1010001 | 1000101 | 11101 | 101011111 | 1000100 | 101010 |
Color Harmonies of #B42238
Complementary color
Monochromatic Colors of #B42238
Black with #B42238
Text Example
Text Example
White with #B42238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42238; }
p { color: rgb(180,34,56); }
H1.HeaderClassName
{
color: #B42238;
}
.AnyTagClassName
{
color: #B42238;
}
</style>
background-color css
<style>
a { background-color: #B42238; }
a { background-color: rgb(180,34,56); }
div.DivClassName
{
background-color: #B42238;
}
.BgClassName
{
background-color: #B42238;
}
</style>
border-color css
<style>
span { border-color: #B42238; }
span { border-color: rgb(180,34,56); }
td.TdClassName
{
border-color: #B42238;
}
.TagClassName
{
border-color: #B42238;
}
</style>