Shades of Cardinal #B81630
Tints of Cardinal #B81630
RGB
CMYK
RGB Variations
Color information
#B81630 (or 0xB81630) is known color: Cardinal. HEX triplet: B8, 16 and 30. RGB value is (184,22,48). Sum of RGB (Red+Green+Blue) = 184+22+48=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81630 is #47E9CF. Grayscale: #494949. Windows color (decimal): -4712912 or 3151544. OLE color: 3151544.
HSL color Cylindrical-coordinate representation of color #B81630: hue angle of 350.37º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81630 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 48 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.28 |
| HSL | 350.37º | 0.79% | 0.4% | - |
| HSV(B) | 350.37º | 0.88% | 0.72% | - |
| XYZ | 20.59 | 10.98 | 3.83 | - |
| YUV | 73.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 48 | 0 | 0.88 | 0.74 | 0.28 | 350.37 | 0.79 | 0.4 |
| Hex | B8 | 16 | 30 | 0 | 58 | 4A | 1C | 15E | 4F | 28 |
| Octal | 270 | 26 | 60 | 0 | 130 | 112 | 34 | 536 | 117 | 50 |
| Binary | 10111000 | 10110 | 110000 | 0 | 1011000 | 1001010 | 11100 | 101011110 | 1001111 | 101000 |
Color Harmonies of #B81630
Complementary color
Monochromatic Colors of #B81630
Black with #B81630
Text Example
Text Example
White with #B81630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81630; }
p { color: rgb(184,22,48); }
H1.HeaderClassName
{
color: #B81630;
}
.AnyTagClassName
{
color: #B81630;
}
</style>
background-color css
<style>
a { background-color: #B81630; }
a { background-color: rgb(184,22,48); }
div.DivClassName
{
background-color: #B81630;
}
.BgClassName
{
background-color: #B81630;
}
</style>
border-color css
<style>
span { border-color: #B81630; }
span { border-color: rgb(184,22,48); }
td.TdClassName
{
border-color: #B81630;
}
.TagClassName
{
border-color: #B81630;
}
</style>