Shades of Cardinal #B81D3C
Tints of Cardinal #B81D3C
RGB
CMYK
RGB Variations
Color information
#B81D3C (or 0xB81D3C) is known color: Cardinal. HEX triplet: B8, 1D and 3C. RGB value is (184,29,60). Sum of RGB (Red+Green+Blue) = 184+29+60=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D3C is #47E2C3. Grayscale: #4E4E4E. Windows color (decimal): -4711108 or 3939768. OLE color: 3939768.
HSL color Cylindrical-coordinate representation of color #B81D3C: hue angle of 348º 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 #B81D3C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 60 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.28 |
| HSL | 348º | 0.73% | 0.42% | - |
| HSV(B) | 348º | 0.84% | 0.72% | - |
| XYZ | 21.02 | 11.4 | 5.37 | - |
| YUV | 78.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 60 | 0 | 0.84 | 0.67 | 0.28 | 348 | 0.73 | 0.42 |
| Hex | B8 | 1D | 3C | 0 | 54 | 43 | 1C | 15C | 49 | 2A |
| Octal | 270 | 35 | 74 | 0 | 124 | 103 | 34 | 534 | 111 | 52 |
| Binary | 10111000 | 11101 | 111100 | 0 | 1010100 | 1000011 | 11100 | 101011100 | 1001001 | 101010 |
Color Harmonies of #B81D3C
Complementary color
Monochromatic Colors of #B81D3C
Black with #B81D3C
Text Example
Text Example
White with #B81D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D3C; }
p { color: rgb(184,29,60); }
H1.HeaderClassName
{
color: #B81D3C;
}
.AnyTagClassName
{
color: #B81D3C;
}
</style>
background-color css
<style>
a { background-color: #B81D3C; }
a { background-color: rgb(184,29,60); }
div.DivClassName
{
background-color: #B81D3C;
}
.BgClassName
{
background-color: #B81D3C;
}
</style>
border-color css
<style>
span { border-color: #B81D3C; }
span { border-color: rgb(184,29,60); }
td.TdClassName
{
border-color: #B81D3C;
}
.TagClassName
{
border-color: #B81D3C;
}
</style>