Shades of Cardinal #B71A39
Tints of Cardinal #B71A39
RGB
CMYK
RGB Variations
Color information
#B71A39 (or 0xB71A39) is known color: Cardinal. HEX triplet: B7, 1A and 39. RGB value is (183,26,57). Sum of RGB (Red+Green+Blue) = 183+26+57=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A39 is #48E5C6. Grayscale: #4C4C4C. Windows color (decimal): -4777415 or 3742391. OLE color: 3742391.
HSL color Cylindrical-coordinate representation of color #B71A39: hue angle of 348.15º 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 #B71A39 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 57 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.28 |
| HSL | 348.15º | 0.75% | 0.41% | - |
| HSV(B) | 348.15º | 0.86% | 0.72% | - |
| XYZ | 20.64 | 11.1 | 4.93 | - |
| YUV | 76.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 57 | 0 | 0.86 | 0.69 | 0.28 | 348.15 | 0.75 | 0.41 |
| Hex | B7 | 1A | 39 | 0 | 56 | 45 | 1C | 15C | 4B | 29 |
| Octal | 267 | 32 | 71 | 0 | 126 | 105 | 34 | 534 | 113 | 51 |
| Binary | 10110111 | 11010 | 111001 | 0 | 1010110 | 1000101 | 11100 | 101011100 | 1001011 | 101001 |
Color Harmonies of #B71A39
Complementary color
Monochromatic Colors of #B71A39
Black with #B71A39
Text Example
Text Example
White with #B71A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A39; }
p { color: rgb(183,26,57); }
H1.HeaderClassName
{
color: #B71A39;
}
.AnyTagClassName
{
color: #B71A39;
}
</style>
background-color css
<style>
a { background-color: #B71A39; }
a { background-color: rgb(183,26,57); }
div.DivClassName
{
background-color: #B71A39;
}
.BgClassName
{
background-color: #B71A39;
}
</style>
border-color css
<style>
span { border-color: #B71A39; }
span { border-color: rgb(183,26,57); }
td.TdClassName
{
border-color: #B71A39;
}
.TagClassName
{
border-color: #B71A39;
}
</style>