Shades of Cardinal #B42130
Tints of Cardinal #B42130
RGB
CMYK
RGB Variations
Color information
#B42130 (or 0xB42130) is known color: Cardinal. HEX triplet: B4, 21 and 30. RGB value is (180,33,48). Sum of RGB (Red+Green+Blue) = 180+33+48=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B42130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42130 is #4BDECF. Grayscale: #4E4E4E. Windows color (decimal): -4972240 or 3154356. OLE color: 3154356.
HSL color Cylindrical-coordinate representation of color #B42130: hue angle of 353.88º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42130 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 48 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.29 |
| HSL | 353.88º | 0.69% | 0.42% | - |
| HSV(B) | 353.88º | 0.82% | 0.71% | - |
| XYZ | 19.9 | 11 | 3.87 | - |
| YUV | 78.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 48 | 0 | 0.82 | 0.73 | 0.29 | 353.88 | 0.69 | 0.42 |
| Hex | B4 | 21 | 30 | 0 | 52 | 49 | 1D | 162 | 45 | 2A |
| Octal | 264 | 41 | 60 | 0 | 122 | 111 | 35 | 542 | 105 | 52 |
| Binary | 10110100 | 100001 | 110000 | 0 | 1010010 | 1001001 | 11101 | 101100010 | 1000101 | 101010 |
Color Harmonies of #B42130
Complementary color
Monochromatic Colors of #B42130
Black with #B42130
Text Example
Text Example
White with #B42130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42130; }
p { color: rgb(180,33,48); }
H1.HeaderClassName
{
color: #B42130;
}
.AnyTagClassName
{
color: #B42130;
}
</style>
background-color css
<style>
a { background-color: #B42130; }
a { background-color: rgb(180,33,48); }
div.DivClassName
{
background-color: #B42130;
}
.BgClassName
{
background-color: #B42130;
}
</style>
border-color css
<style>
span { border-color: #B42130; }
span { border-color: rgb(180,33,48); }
td.TdClassName
{
border-color: #B42130;
}
.TagClassName
{
border-color: #B42130;
}
</style>