Shades of Cardinal #B81D2A
Tints of Cardinal #B81D2A
RGB
CMYK
RGB Variations
Color information
#B81D2A (or 0xB81D2A) is known color: Cardinal. HEX triplet: B8, 1D and 2A. RGB value is (184,29,42). Sum of RGB (Red+Green+Blue) = 184+29+42=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D2A is #47E2D5. Grayscale: #4C4C4C. Windows color (decimal): -4711126 or 2760120. OLE color: 2760120.
HSL color Cylindrical-coordinate representation of color #B81D2A: hue angle of 354.97º degrees, saturation: 0.73, 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 #B81D2A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 42 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.28 |
| HSL | 354.97º | 0.73% | 0.42% | - |
| HSV(B) | 354.97º | 0.84% | 0.72% | - |
| XYZ | 20.62 | 11.24 | 3.27 | - |
| YUV | 76.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 42 | 0 | 0.84 | 0.77 | 0.28 | 354.97 | 0.73 | 0.42 |
| Hex | B8 | 1D | 2A | 0 | 54 | 4D | 1C | 163 | 49 | 2A |
| Octal | 270 | 35 | 52 | 0 | 124 | 115 | 34 | 543 | 111 | 52 |
| Binary | 10111000 | 11101 | 101010 | 0 | 1010100 | 1001101 | 11100 | 101100011 | 1001001 | 101010 |
Color Harmonies of #B81D2A
Complementary color
Monochromatic Colors of #B81D2A
Black with #B81D2A
Text Example
Text Example
White with #B81D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D2A; }
p { color: rgb(184,29,42); }
H1.HeaderClassName
{
color: #B81D2A;
}
.AnyTagClassName
{
color: #B81D2A;
}
</style>
background-color css
<style>
a { background-color: #B81D2A; }
a { background-color: rgb(184,29,42); }
div.DivClassName
{
background-color: #B81D2A;
}
.BgClassName
{
background-color: #B81D2A;
}
</style>
border-color css
<style>
span { border-color: #B81D2A; }
span { border-color: rgb(184,29,42); }
td.TdClassName
{
border-color: #B81D2A;
}
.TagClassName
{
border-color: #B81D2A;
}
</style>