Shades of Cardinal #B71442
Tints of Cardinal #B71442
RGB
CMYK
RGB Variations
Color information
#B71442 (or 0xB71442) is known color: Cardinal. HEX triplet: B7, 14 and 42. RGB value is (183,20,66). Sum of RGB (Red+Green+Blue) = 183+20+66=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B71442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71442 is #48EBBD. Grayscale: #494949. Windows color (decimal): -4778942 or 4330679. OLE color: 4330679.
HSL color Cylindrical-coordinate representation of color #B71442: hue angle of 343.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71442 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 66 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.28 |
| HSL | 343.07º | 0.8% | 0.4% | - |
| HSV(B) | 343.07º | 0.89% | 0.72% | - |
| XYZ | 20.76 | 10.96 | 6.18 | - |
| YUV | 73.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 66 | 0 | 0.89 | 0.64 | 0.28 | 343.07 | 0.8 | 0.4 |
| Hex | B7 | 14 | 42 | 0 | 59 | 40 | 1C | 157 | 50 | 28 |
| Octal | 267 | 24 | 102 | 0 | 131 | 100 | 34 | 527 | 120 | 50 |
| Binary | 10110111 | 10100 | 1000010 | 0 | 1011001 | 1000000 | 11100 | 101010111 | 1010000 | 101000 |
Color Harmonies of #B71442
Complementary color
Monochromatic Colors of #B71442
Black with #B71442
Text Example
Text Example
White with #B71442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71442; }
p { color: rgb(183,20,66); }
H1.HeaderClassName
{
color: #B71442;
}
.AnyTagClassName
{
color: #B71442;
}
</style>
background-color css
<style>
a { background-color: #B71442; }
a { background-color: rgb(183,20,66); }
div.DivClassName
{
background-color: #B71442;
}
.BgClassName
{
background-color: #B71442;
}
</style>
border-color css
<style>
span { border-color: #B71442; }
span { border-color: rgb(183,20,66); }
td.TdClassName
{
border-color: #B71442;
}
.TagClassName
{
border-color: #B71442;
}
</style>