Shades of Cardinal #B81143
Tints of Cardinal #B81143
RGB
CMYK
RGB Variations
Color information
#B81143 (or 0xB81143) is known color: Cardinal. HEX triplet: B8, 11 and 43. RGB value is (184,17,67). Sum of RGB (Red+Green+Blue) = 184+17+67=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B81143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81143 is #47EEBC. Grayscale: #484848. Windows color (decimal): -4714173 or 4395448. OLE color: 4395448.
HSL color Cylindrical-coordinate representation of color #B81143: hue angle of 342.04º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81143 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.28 |
| HSL | 342.04º | 0.83% | 0.39% | - |
| HSV(B) | 342.04º | 0.91% | 0.72% | - |
| XYZ | 20.98 | 11 | 6.33 | - |
| YUV | 72.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 67 | 0 | 0.91 | 0.64 | 0.28 | 342.04 | 0.83 | 0.39 |
| Hex | B8 | 11 | 43 | 0 | 5B | 40 | 1C | 156 | 53 | 27 |
| Octal | 270 | 21 | 103 | 0 | 133 | 100 | 34 | 526 | 123 | 47 |
| Binary | 10111000 | 10001 | 1000011 | 0 | 1011011 | 1000000 | 11100 | 101010110 | 1010011 | 100111 |
Color Harmonies of #B81143
Complementary color
Monochromatic Colors of #B81143
Black with #B81143
Text Example
Text Example
White with #B81143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81143; }
p { color: rgb(184,17,67); }
H1.HeaderClassName
{
color: #B81143;
}
.AnyTagClassName
{
color: #B81143;
}
</style>
background-color css
<style>
a { background-color: #B81143; }
a { background-color: rgb(184,17,67); }
div.DivClassName
{
background-color: #B81143;
}
.BgClassName
{
background-color: #B81143;
}
</style>
border-color css
<style>
span { border-color: #B81143; }
span { border-color: rgb(184,17,67); }
td.TdClassName
{
border-color: #B81143;
}
.TagClassName
{
border-color: #B81143;
}
</style>