Shades of Cardinal #B31429
Tints of Cardinal #B31429
RGB
CMYK
RGB Variations
Color information
#B31429 (or 0xB31429) is known color: Cardinal. HEX triplet: B3, 14 and 29. RGB value is (179,20,41). Sum of RGB (Red+Green+Blue) = 179+20+41=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B31429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31429 is #4CEBD6. Grayscale: #464646. Windows color (decimal): -5041111 or 2692275. OLE color: 2692275.
HSL color Cylindrical-coordinate representation of color #B31429: hue angle of 352.08º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31429 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 41 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.30 |
| HSL | 352.08º | 0.8% | 0.39% | - |
| HSV(B) | 352.08º | 0.89% | 0.7% | - |
| XYZ | 19.24 | 10.24 | 3.06 | - |
| YUV | 69.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 41 | 0 | 0.89 | 0.77 | 0.30 | 352.08 | 0.8 | 0.39 |
| Hex | B3 | 14 | 29 | 0 | 59 | 4D | 1E | 160 | 50 | 27 |
| Octal | 263 | 24 | 51 | 0 | 131 | 115 | 36 | 540 | 120 | 47 |
| Binary | 10110011 | 10100 | 101001 | 0 | 1011001 | 1001101 | 11110 | 101100000 | 1010000 | 100111 |
Color Harmonies of #B31429
Complementary color
Monochromatic Colors of #B31429
Black with #B31429
Text Example
Text Example
White with #B31429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31429; }
p { color: rgb(179,20,41); }
H1.HeaderClassName
{
color: #B31429;
}
.AnyTagClassName
{
color: #B31429;
}
</style>
background-color css
<style>
a { background-color: #B31429; }
a { background-color: rgb(179,20,41); }
div.DivClassName
{
background-color: #B31429;
}
.BgClassName
{
background-color: #B31429;
}
</style>
border-color css
<style>
span { border-color: #B31429; }
span { border-color: rgb(179,20,41); }
td.TdClassName
{
border-color: #B31429;
}
.TagClassName
{
border-color: #B31429;
}
</style>