Shades of Cardinal #B41A30
Tints of Cardinal #B41A30
RGB
CMYK
RGB Variations
Color information
#B41A30 (or 0xB41A30) is known color: Cardinal. HEX triplet: B4, 1A and 30. RGB value is (180,26,48). Sum of RGB (Red+Green+Blue) = 180+26+48=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A30 is #4BE5CF. Grayscale: #4A4A4A. Windows color (decimal): -4974032 or 3152564. OLE color: 3152564.
HSL color Cylindrical-coordinate representation of color #B41A30: hue angle of 351.43º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A30 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 48 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.29 |
| HSL | 351.43º | 0.75% | 0.4% | - |
| HSV(B) | 351.43º | 0.86% | 0.71% | - |
| XYZ | 19.73 | 10.66 | 3.81 | - |
| YUV | 74.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 48 | 0 | 0.86 | 0.73 | 0.29 | 351.43 | 0.75 | 0.4 |
| Hex | B4 | 1A | 30 | 0 | 56 | 49 | 1D | 15F | 4B | 28 |
| Octal | 264 | 32 | 60 | 0 | 126 | 111 | 35 | 537 | 113 | 50 |
| Binary | 10110100 | 11010 | 110000 | 0 | 1010110 | 1001001 | 11101 | 101011111 | 1001011 | 101000 |
Color Harmonies of #B41A30
Complementary color
Monochromatic Colors of #B41A30
Black with #B41A30
Text Example
Text Example
White with #B41A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A30; }
p { color: rgb(180,26,48); }
H1.HeaderClassName
{
color: #B41A30;
}
.AnyTagClassName
{
color: #B41A30;
}
</style>
background-color css
<style>
a { background-color: #B41A30; }
a { background-color: rgb(180,26,48); }
div.DivClassName
{
background-color: #B41A30;
}
.BgClassName
{
background-color: #B41A30;
}
</style>
border-color css
<style>
span { border-color: #B41A30; }
span { border-color: rgb(180,26,48); }
td.TdClassName
{
border-color: #B41A30;
}
.TagClassName
{
border-color: #B41A30;
}
</style>