Shades of Cardinal #B81134
Tints of Cardinal #B81134
RGB
CMYK
RGB Variations
Color information
#B81134 (or 0xB81134) is known color: Cardinal. HEX triplet: B8, 11 and 34. RGB value is (184,17,52). Sum of RGB (Red+Green+Blue) = 184+17+52=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B81134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81134 is #47EECB. Grayscale: #464646. Windows color (decimal): -4714188 or 3412408. OLE color: 3412408.
HSL color Cylindrical-coordinate representation of color #B81134: hue angle of 347.43º 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 #B81134 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 52 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.28 |
| HSL | 347.43º | 0.83% | 0.39% | - |
| HSV(B) | 347.43º | 0.91% | 0.72% | - |
| XYZ | 20.59 | 10.84 | 4.26 | - |
| YUV | 70.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 52 | 0 | 0.91 | 0.72 | 0.28 | 347.43 | 0.83 | 0.39 |
| Hex | B8 | 11 | 34 | 0 | 5B | 48 | 1C | 15B | 53 | 27 |
| Octal | 270 | 21 | 64 | 0 | 133 | 110 | 34 | 533 | 123 | 47 |
| Binary | 10111000 | 10001 | 110100 | 0 | 1011011 | 1001000 | 11100 | 101011011 | 1010011 | 100111 |
Color Harmonies of #B81134
Complementary color
Monochromatic Colors of #B81134
Black with #B81134
Text Example
Text Example
White with #B81134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81134; }
p { color: rgb(184,17,52); }
H1.HeaderClassName
{
color: #B81134;
}
.AnyTagClassName
{
color: #B81134;
}
</style>
background-color css
<style>
a { background-color: #B81134; }
a { background-color: rgb(184,17,52); }
div.DivClassName
{
background-color: #B81134;
}
.BgClassName
{
background-color: #B81134;
}
</style>
border-color css
<style>
span { border-color: #B81134; }
span { border-color: rgb(184,17,52); }
td.TdClassName
{
border-color: #B81134;
}
.TagClassName
{
border-color: #B81134;
}
</style>