Shades of Cardinal #B31827
Tints of Cardinal #B31827
RGB
CMYK
RGB Variations
Color information
#B31827 (or 0xB31827) is known color: Cardinal. HEX triplet: B3, 18 and 27. RGB value is (179,24,39). Sum of RGB (Red+Green+Blue) = 179+24+39=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B31827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31827 is #4CE7D8. Grayscale: #484848. Windows color (decimal): -5040089 or 2562227. OLE color: 2562227.
HSL color Cylindrical-coordinate representation of color #B31827: hue angle of 354.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31827 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 39 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.30 |
| HSL | 354.19º | 0.76% | 0.4% | - |
| HSV(B) | 354.19º | 0.87% | 0.7% | - |
| XYZ | 19.28 | 10.38 | 2.91 | - |
| YUV | 72.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 39 | 0 | 0.87 | 0.78 | 0.30 | 354.19 | 0.76 | 0.4 |
| Hex | B3 | 18 | 27 | 0 | 57 | 4E | 1E | 162 | 4C | 28 |
| Octal | 263 | 30 | 47 | 0 | 127 | 116 | 36 | 542 | 114 | 50 |
| Binary | 10110011 | 11000 | 100111 | 0 | 1010111 | 1001110 | 11110 | 101100010 | 1001100 | 101000 |
Color Harmonies of #B31827
Complementary color
Monochromatic Colors of #B31827
Black with #B31827
Text Example
Text Example
White with #B31827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31827; }
p { color: rgb(179,24,39); }
H1.HeaderClassName
{
color: #B31827;
}
.AnyTagClassName
{
color: #B31827;
}
</style>
background-color css
<style>
a { background-color: #B31827; }
a { background-color: rgb(179,24,39); }
div.DivClassName
{
background-color: #B31827;
}
.BgClassName
{
background-color: #B31827;
}
</style>
border-color css
<style>
span { border-color: #B31827; }
span { border-color: rgb(179,24,39); }
td.TdClassName
{
border-color: #B31827;
}
.TagClassName
{
border-color: #B31827;
}
</style>