Shades of Cardinal #B81C2A
Tints of Cardinal #B81C2A
RGB
CMYK
RGB Variations
Color information
#B81C2A (or 0xB81C2A) is known color: Cardinal. HEX triplet: B8, 1C and 2A. RGB value is (184,28,42). Sum of RGB (Red+Green+Blue) = 184+28+42=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C2A is #47E3D5. Grayscale: #4C4C4C. Windows color (decimal): -4711382 or 2759864. OLE color: 2759864.
HSL color Cylindrical-coordinate representation of color #B81C2A: hue angle of 354.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C2A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 42 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.28 |
| HSL | 354.62º | 0.74% | 0.42% | - |
| HSV(B) | 354.62º | 0.85% | 0.72% | - |
| XYZ | 20.6 | 11.19 | 3.26 | - |
| YUV | 76.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 42 | 0 | 0.85 | 0.77 | 0.28 | 354.62 | 0.74 | 0.42 |
| Hex | B8 | 1C | 2A | 0 | 55 | 4D | 1C | 163 | 4A | 2A |
| Octal | 270 | 34 | 52 | 0 | 125 | 115 | 34 | 543 | 112 | 52 |
| Binary | 10111000 | 11100 | 101010 | 0 | 1010101 | 1001101 | 11100 | 101100011 | 1001010 | 101010 |
Color Harmonies of #B81C2A
Complementary color
Monochromatic Colors of #B81C2A
Black with #B81C2A
Text Example
Text Example
White with #B81C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C2A; }
p { color: rgb(184,28,42); }
H1.HeaderClassName
{
color: #B81C2A;
}
.AnyTagClassName
{
color: #B81C2A;
}
</style>
background-color css
<style>
a { background-color: #B81C2A; }
a { background-color: rgb(184,28,42); }
div.DivClassName
{
background-color: #B81C2A;
}
.BgClassName
{
background-color: #B81C2A;
}
</style>
border-color css
<style>
span { border-color: #B81C2A; }
span { border-color: rgb(184,28,42); }
td.TdClassName
{
border-color: #B81C2A;
}
.TagClassName
{
border-color: #B81C2A;
}
</style>