Shades of Cardinal #B71A2A
Tints of Cardinal #B71A2A
RGB
CMYK
RGB Variations
Color information
#B71A2A (or 0xB71A2A) is known color: Cardinal. HEX triplet: B7, 1A and 2A. RGB value is (183,26,42). Sum of RGB (Red+Green+Blue) = 183+26+42=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A2A is #48E5D5. Grayscale: #4A4A4A. Windows color (decimal): -4777430 or 2759351. OLE color: 2759351.
HSL color Cylindrical-coordinate representation of color #B71A2A: hue angle of 353.89º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71A2A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 42 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.28 |
| HSL | 353.89º | 0.75% | 0.41% | - |
| HSV(B) | 353.89º | 0.86% | 0.72% | - |
| XYZ | 20.32 | 10.97 | 3.24 | - |
| YUV | 74.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 42 | 0 | 0.86 | 0.77 | 0.28 | 353.89 | 0.75 | 0.41 |
| Hex | B7 | 1A | 2A | 0 | 56 | 4D | 1C | 162 | 4B | 29 |
| Octal | 267 | 32 | 52 | 0 | 126 | 115 | 34 | 542 | 113 | 51 |
| Binary | 10110111 | 11010 | 101010 | 0 | 1010110 | 1001101 | 11100 | 101100010 | 1001011 | 101001 |
Color Harmonies of #B71A2A
Complementary color
Monochromatic Colors of #B71A2A
Black with #B71A2A
Text Example
Text Example
White with #B71A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A2A; }
p { color: rgb(183,26,42); }
H1.HeaderClassName
{
color: #B71A2A;
}
.AnyTagClassName
{
color: #B71A2A;
}
</style>
background-color css
<style>
a { background-color: #B71A2A; }
a { background-color: rgb(183,26,42); }
div.DivClassName
{
background-color: #B71A2A;
}
.BgClassName
{
background-color: #B71A2A;
}
</style>
border-color css
<style>
span { border-color: #B71A2A; }
span { border-color: rgb(183,26,42); }
td.TdClassName
{
border-color: #B71A2A;
}
.TagClassName
{
border-color: #B71A2A;
}
</style>