Shades of Cardinal #B82031
Tints of Cardinal #B82031
RGB
CMYK
RGB Variations
Color information
#B82031 (or 0xB82031) is known color: Cardinal. HEX triplet: B8, 20 and 31. RGB value is (184,32,49). Sum of RGB (Red+Green+Blue) = 184+32+49=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B82031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82031 is #47DFCE. Grayscale: #4F4F4F. Windows color (decimal): -4710351 or 3219640. OLE color: 3219640.
HSL color Cylindrical-coordinate representation of color #B82031: hue angle of 353.29º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82031 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 49 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.28 |
| HSL | 353.29º | 0.7% | 0.42% | - |
| HSV(B) | 353.29º | 0.83% | 0.72% | - |
| XYZ | 20.84 | 11.45 | 4.02 | - |
| YUV | 79.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 49 | 0 | 0.83 | 0.73 | 0.28 | 353.29 | 0.7 | 0.42 |
| Hex | B8 | 20 | 31 | 0 | 53 | 49 | 1C | 161 | 46 | 2A |
| Octal | 270 | 40 | 61 | 0 | 123 | 111 | 34 | 541 | 106 | 52 |
| Binary | 10111000 | 100000 | 110001 | 0 | 1010011 | 1001001 | 11100 | 101100001 | 1000110 | 101010 |
Color Harmonies of #B82031
Complementary color
Monochromatic Colors of #B82031
Black with #B82031
Text Example
Text Example
White with #B82031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82031; }
p { color: rgb(184,32,49); }
H1.HeaderClassName
{
color: #B82031;
}
.AnyTagClassName
{
color: #B82031;
}
</style>
background-color css
<style>
a { background-color: #B82031; }
a { background-color: rgb(184,32,49); }
div.DivClassName
{
background-color: #B82031;
}
.BgClassName
{
background-color: #B82031;
}
</style>
border-color css
<style>
span { border-color: #B82031; }
span { border-color: rgb(184,32,49); }
td.TdClassName
{
border-color: #B82031;
}
.TagClassName
{
border-color: #B82031;
}
</style>