Shades of Cardinal #B31C32
Tints of Cardinal #B31C32
RGB
CMYK
RGB Variations
Color information
#B31C32 (or 0xB31C32) is known color: Cardinal. HEX triplet: B3, 1C and 32. RGB value is (179,28,50). Sum of RGB (Red+Green+Blue) = 179+28+50=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C32 is #4CE3CD. Grayscale: #4B4B4B. Windows color (decimal): -5039054 or 3284147. OLE color: 3284147.
HSL color Cylindrical-coordinate representation of color #B31C32: hue angle of 351.26º 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 #B31C32 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 50 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.30 |
| HSL | 351.26º | 0.73% | 0.41% | - |
| HSV(B) | 351.26º | 0.84% | 0.7% | - |
| XYZ | 19.58 | 10.64 | 4.04 | - |
| YUV | 75.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 50 | 0 | 0.84 | 0.72 | 0.30 | 351.26 | 0.73 | 0.41 |
| Hex | B3 | 1C | 32 | 0 | 54 | 48 | 1E | 15F | 49 | 29 |
| Octal | 263 | 34 | 62 | 0 | 124 | 110 | 36 | 537 | 111 | 51 |
| Binary | 10110011 | 11100 | 110010 | 0 | 1010100 | 1001000 | 11110 | 101011111 | 1001001 | 101001 |
Color Harmonies of #B31C32
Complementary color
Monochromatic Colors of #B31C32
Black with #B31C32
Text Example
Text Example
White with #B31C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C32; }
p { color: rgb(179,28,50); }
H1.HeaderClassName
{
color: #B31C32;
}
.AnyTagClassName
{
color: #B31C32;
}
</style>
background-color css
<style>
a { background-color: #B31C32; }
a { background-color: rgb(179,28,50); }
div.DivClassName
{
background-color: #B31C32;
}
.BgClassName
{
background-color: #B31C32;
}
</style>
border-color css
<style>
span { border-color: #B31C32; }
span { border-color: rgb(179,28,50); }
td.TdClassName
{
border-color: #B31C32;
}
.TagClassName
{
border-color: #B31C32;
}
</style>