Shades of Cardinal #B81C32
Tints of Cardinal #B81C32
RGB
CMYK
RGB Variations
Color information
#B81C32 (or 0xB81C32) is known color: Cardinal. HEX triplet: B8, 1C and 32. RGB value is (184,28,50). Sum of RGB (Red+Green+Blue) = 184+28+50=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C32 is #47E3CD. Grayscale: #4D4D4D. Windows color (decimal): -4711374 or 3284152. OLE color: 3284152.
HSL color Cylindrical-coordinate representation of color #B81C32: hue angle of 351.54º 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 #B81C32 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 50 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.28 |
| HSL | 351.54º | 0.74% | 0.42% | - |
| HSV(B) | 351.54º | 0.85% | 0.72% | - |
| XYZ | 20.76 | 11.25 | 4.1 | - |
| YUV | 77.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 50 | 0 | 0.85 | 0.73 | 0.28 | 351.54 | 0.74 | 0.42 |
| Hex | B8 | 1C | 32 | 0 | 55 | 49 | 1C | 160 | 4A | 2A |
| Octal | 270 | 34 | 62 | 0 | 125 | 111 | 34 | 540 | 112 | 52 |
| Binary | 10111000 | 11100 | 110010 | 0 | 1010101 | 1001001 | 11100 | 101100000 | 1001010 | 101010 |
Color Harmonies of #B81C32
Complementary color
Monochromatic Colors of #B81C32
Black with #B81C32
Text Example
Text Example
White with #B81C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C32; }
p { color: rgb(184,28,50); }
H1.HeaderClassName
{
color: #B81C32;
}
.AnyTagClassName
{
color: #B81C32;
}
</style>
background-color css
<style>
a { background-color: #B81C32; }
a { background-color: rgb(184,28,50); }
div.DivClassName
{
background-color: #B81C32;
}
.BgClassName
{
background-color: #B81C32;
}
</style>
border-color css
<style>
span { border-color: #B81C32; }
span { border-color: rgb(184,28,50); }
td.TdClassName
{
border-color: #B81C32;
}
.TagClassName
{
border-color: #B81C32;
}
</style>