Shades of Cardinal #B81D3B
Tints of Cardinal #B81D3B
RGB
CMYK
RGB Variations
Color information
#B81D3B (or 0xB81D3B) is known color: Cardinal. HEX triplet: B8, 1D and 3B. RGB value is (184,29,59). Sum of RGB (Red+Green+Blue) = 184+29+59=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D3B is #47E2C4. Grayscale: #4E4E4E. Windows color (decimal): -4711109 or 3874232. OLE color: 3874232.
HSL color Cylindrical-coordinate representation of color #B81D3B: hue angle of 348.39º 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 #B81D3B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 59 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.28 |
| HSL | 348.39º | 0.73% | 0.42% | - |
| HSV(B) | 348.39º | 0.84% | 0.72% | - |
| XYZ | 21 | 11.38 | 5.23 | - |
| YUV | 78.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 59 | 0 | 0.84 | 0.68 | 0.28 | 348.39 | 0.73 | 0.42 |
| Hex | B8 | 1D | 3B | 0 | 54 | 44 | 1C | 15C | 49 | 2A |
| Octal | 270 | 35 | 73 | 0 | 124 | 104 | 34 | 534 | 111 | 52 |
| Binary | 10111000 | 11101 | 111011 | 0 | 1010100 | 1000100 | 11100 | 101011100 | 1001001 | 101010 |
Color Harmonies of #B81D3B
Complementary color
Monochromatic Colors of #B81D3B
Black with #B81D3B
Text Example
Text Example
White with #B81D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D3B; }
p { color: rgb(184,29,59); }
H1.HeaderClassName
{
color: #B81D3B;
}
.AnyTagClassName
{
color: #B81D3B;
}
</style>
background-color css
<style>
a { background-color: #B81D3B; }
a { background-color: rgb(184,29,59); }
div.DivClassName
{
background-color: #B81D3B;
}
.BgClassName
{
background-color: #B81D3B;
}
</style>
border-color css
<style>
span { border-color: #B81D3B; }
span { border-color: rgb(184,29,59); }
td.TdClassName
{
border-color: #B81D3B;
}
.TagClassName
{
border-color: #B81D3B;
}
</style>