Shades of Cardinal #B31B41
Tints of Cardinal #B31B41
RGB
CMYK
RGB Variations
Color information
#B31B41 (or 0xB31B41) is known color: Cardinal. HEX triplet: B3, 1B and 41. RGB value is (179,27,65). Sum of RGB (Red+Green+Blue) = 179+27+65=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B41 is #4CE4BE. Grayscale: #4C4C4C. Windows color (decimal): -5039295 or 4266931. OLE color: 4266931.
HSL color Cylindrical-coordinate representation of color #B31B41: hue angle of 345º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B41 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 65 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.30 |
| HSL | 345º | 0.74% | 0.4% | - |
| HSV(B) | 345º | 0.85% | 0.7% | - |
| XYZ | 19.94 | 10.75 | 6.03 | - |
| YUV | 76.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 65 | 0 | 0.85 | 0.64 | 0.30 | 345 | 0.74 | 0.4 |
| Hex | B3 | 1B | 41 | 0 | 55 | 40 | 1E | 159 | 4A | 28 |
| Octal | 263 | 33 | 101 | 0 | 125 | 100 | 36 | 531 | 112 | 50 |
| Binary | 10110011 | 11011 | 1000001 | 0 | 1010101 | 1000000 | 11110 | 101011001 | 1001010 | 101000 |
Color Harmonies of #B31B41
Complementary color
Monochromatic Colors of #B31B41
Black with #B31B41
Text Example
Text Example
White with #B31B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B41; }
p { color: rgb(179,27,65); }
H1.HeaderClassName
{
color: #B31B41;
}
.AnyTagClassName
{
color: #B31B41;
}
</style>
background-color css
<style>
a { background-color: #B31B41; }
a { background-color: rgb(179,27,65); }
div.DivClassName
{
background-color: #B31B41;
}
.BgClassName
{
background-color: #B31B41;
}
</style>
border-color css
<style>
span { border-color: #B31B41; }
span { border-color: rgb(179,27,65); }
td.TdClassName
{
border-color: #B31B41;
}
.TagClassName
{
border-color: #B31B41;
}
</style>