Shades of Cardinal #B81145
Tints of Cardinal #B81145
RGB
CMYK
RGB Variations
Color information
#B81145 (or 0xB81145) is known color: Cardinal. HEX triplet: B8, 11 and 45. RGB value is (184,17,69). Sum of RGB (Red+Green+Blue) = 184+17+69=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B81145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81145 is #47EEBA. Grayscale: #484848. Windows color (decimal): -4714171 or 4526520. OLE color: 4526520.
HSL color Cylindrical-coordinate representation of color #B81145: hue angle of 341.32º 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 #B81145 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 69 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.28 |
| HSL | 341.32º | 0.83% | 0.39% | - |
| HSV(B) | 341.32º | 0.91% | 0.72% | - |
| XYZ | 21.04 | 11.02 | 6.65 | - |
| YUV | 72.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 69 | 0 | 0.91 | 0.62 | 0.28 | 341.32 | 0.83 | 0.39 |
| Hex | B8 | 11 | 45 | 0 | 5B | 3E | 1C | 155 | 53 | 27 |
| Octal | 270 | 21 | 105 | 0 | 133 | 76 | 34 | 525 | 123 | 47 |
| Binary | 10111000 | 10001 | 1000101 | 0 | 1011011 | 111110 | 11100 | 101010101 | 1010011 | 100111 |
Color Harmonies of #B81145
Complementary color
Monochromatic Colors of #B81145
Black with #B81145
Text Example
Text Example
White with #B81145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81145; }
p { color: rgb(184,17,69); }
H1.HeaderClassName
{
color: #B81145;
}
.AnyTagClassName
{
color: #B81145;
}
</style>
background-color css
<style>
a { background-color: #B81145; }
a { background-color: rgb(184,17,69); }
div.DivClassName
{
background-color: #B81145;
}
.BgClassName
{
background-color: #B81145;
}
</style>
border-color css
<style>
span { border-color: #B81145; }
span { border-color: rgb(184,17,69); }
td.TdClassName
{
border-color: #B81145;
}
.TagClassName
{
border-color: #B81145;
}
</style>