Shades of Cardinal #B82127
Tints of Cardinal #B82127
RGB
CMYK
RGB Variations
Color information
#B82127 (or 0xB82127) is known color: Cardinal. HEX triplet: B8, 21 and 27. RGB value is (184,33,39). Sum of RGB (Red+Green+Blue) = 184+33+39=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82127 is #47DED8. Grayscale: #4E4E4E. Windows color (decimal): -4710105 or 2564536. OLE color: 2564536.
HSL color Cylindrical-coordinate representation of color #B82127: hue angle of 357.62º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82127 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 39 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.28 |
| HSL | 357.62º | 0.7% | 0.43% | - |
| HSV(B) | 357.62º | 0.82% | 0.72% | - |
| XYZ | 20.68 | 11.42 | 3.03 | - |
| YUV | 78.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 39 | 0 | 0.82 | 0.79 | 0.28 | 357.62 | 0.7 | 0.43 |
| Hex | B8 | 21 | 27 | 0 | 52 | 4F | 1C | 166 | 46 | 2B |
| Octal | 270 | 41 | 47 | 0 | 122 | 117 | 34 | 546 | 106 | 53 |
| Binary | 10111000 | 100001 | 100111 | 0 | 1010010 | 1001111 | 11100 | 101100110 | 1000110 | 101011 |
Color Harmonies of #B82127
Complementary color
Monochromatic Colors of #B82127
Black with #B82127
Text Example
Text Example
White with #B82127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82127; }
p { color: rgb(184,33,39); }
H1.HeaderClassName
{
color: #B82127;
}
.AnyTagClassName
{
color: #B82127;
}
</style>
background-color css
<style>
a { background-color: #B82127; }
a { background-color: rgb(184,33,39); }
div.DivClassName
{
background-color: #B82127;
}
.BgClassName
{
background-color: #B82127;
}
</style>
border-color css
<style>
span { border-color: #B82127; }
span { border-color: rgb(184,33,39); }
td.TdClassName
{
border-color: #B82127;
}
.TagClassName
{
border-color: #B82127;
}
</style>