Shades of Cardinal #B81E2A
Tints of Cardinal #B81E2A
RGB
CMYK
RGB Variations
Color information
#B81E2A (or 0xB81E2A) is known color: Cardinal. HEX triplet: B8, 1E and 2A. RGB value is (184,30,42). Sum of RGB (Red+Green+Blue) = 184+30+42=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E2A is #47E1D5. Grayscale: #4D4D4D. Windows color (decimal): -4710870 or 2760376. OLE color: 2760376.
HSL color Cylindrical-coordinate representation of color #B81E2A: hue angle of 355.32º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E2A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 42 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.28 |
| HSL | 355.32º | 0.72% | 0.42% | - |
| HSV(B) | 355.32º | 0.84% | 0.72% | - |
| XYZ | 20.65 | 11.29 | 3.28 | - |
| YUV | 77.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 42 | 0 | 0.84 | 0.77 | 0.28 | 355.32 | 0.72 | 0.42 |
| Hex | B8 | 1E | 2A | 0 | 54 | 4D | 1C | 163 | 48 | 2A |
| Octal | 270 | 36 | 52 | 0 | 124 | 115 | 34 | 543 | 110 | 52 |
| Binary | 10111000 | 11110 | 101010 | 0 | 1010100 | 1001101 | 11100 | 101100011 | 1001000 | 101010 |
Color Harmonies of #B81E2A
Complementary color
Monochromatic Colors of #B81E2A
Black with #B81E2A
Text Example
Text Example
White with #B81E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E2A; }
p { color: rgb(184,30,42); }
H1.HeaderClassName
{
color: #B81E2A;
}
.AnyTagClassName
{
color: #B81E2A;
}
</style>
background-color css
<style>
a { background-color: #B81E2A; }
a { background-color: rgb(184,30,42); }
div.DivClassName
{
background-color: #B81E2A;
}
.BgClassName
{
background-color: #B81E2A;
}
</style>
border-color css
<style>
span { border-color: #B81E2A; }
span { border-color: rgb(184,30,42); }
td.TdClassName
{
border-color: #B81E2A;
}
.TagClassName
{
border-color: #B81E2A;
}
</style>