Shades of Cardinal #B31C28
Tints of Cardinal #B31C28
RGB
CMYK
RGB Variations
Color information
#B31C28 (or 0xB31C28) is known color: Cardinal. HEX triplet: B3, 1C and 28. RGB value is (179,28,40). Sum of RGB (Red+Green+Blue) = 179+28+40=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C28 is #4CE3D7. Grayscale: #4A4A4A. Windows color (decimal): -5039064 or 2628787. OLE color: 2628787.
HSL color Cylindrical-coordinate representation of color #B31C28: hue angle of 355.23º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C28 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 40 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.30 |
| HSL | 355.23º | 0.73% | 0.41% | - |
| HSV(B) | 355.23º | 0.84% | 0.7% | - |
| XYZ | 19.39 | 10.57 | 3.03 | - |
| YUV | 74.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 40 | 0 | 0.84 | 0.78 | 0.30 | 355.23 | 0.73 | 0.41 |
| Hex | B3 | 1C | 28 | 0 | 54 | 4E | 1E | 163 | 49 | 29 |
| Octal | 263 | 34 | 50 | 0 | 124 | 116 | 36 | 543 | 111 | 51 |
| Binary | 10110011 | 11100 | 101000 | 0 | 1010100 | 1001110 | 11110 | 101100011 | 1001001 | 101001 |
Color Harmonies of #B31C28
Complementary color
Monochromatic Colors of #B31C28
Black with #B31C28
Text Example
Text Example
White with #B31C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C28; }
p { color: rgb(179,28,40); }
H1.HeaderClassName
{
color: #B31C28;
}
.AnyTagClassName
{
color: #B31C28;
}
</style>
background-color css
<style>
a { background-color: #B31C28; }
a { background-color: rgb(179,28,40); }
div.DivClassName
{
background-color: #B31C28;
}
.BgClassName
{
background-color: #B31C28;
}
</style>
border-color css
<style>
span { border-color: #B31C28; }
span { border-color: rgb(179,28,40); }
td.TdClassName
{
border-color: #B31C28;
}
.TagClassName
{
border-color: #B31C28;
}
</style>