Shades of Cardinal #B82639
Tints of Cardinal #B82639
RGB
CMYK
RGB Variations
Color information
#B82639 (or 0xB82639) is known color: Cardinal. HEX triplet: B8, 26 and 39. RGB value is (184,38,57). Sum of RGB (Red+Green+Blue) = 184+38+57=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B82639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82639 is #47D9C6. Grayscale: #535353. Windows color (decimal): -4708807 or 3745464. OLE color: 3745464.
HSL color Cylindrical-coordinate representation of color #B82639: hue angle of 352.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82639 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 57 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.28 |
| HSL | 352.19º | 0.66% | 0.44% | - |
| HSV(B) | 352.19º | 0.79% | 0.72% | - |
| XYZ | 21.2 | 11.87 | 5.05 | - |
| YUV | 83.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 57 | 0 | 0.79 | 0.69 | 0.28 | 352.19 | 0.66 | 0.44 |
| Hex | B8 | 26 | 39 | 0 | 4F | 45 | 1C | 160 | 42 | 2C |
| Octal | 270 | 46 | 71 | 0 | 117 | 105 | 34 | 540 | 102 | 54 |
| Binary | 10111000 | 100110 | 111001 | 0 | 1001111 | 1000101 | 11100 | 101100000 | 1000010 | 101100 |
Color Harmonies of #B82639
Complementary color
Monochromatic Colors of #B82639
Black with #B82639
Text Example
Text Example
White with #B82639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82639; }
p { color: rgb(184,38,57); }
H1.HeaderClassName
{
color: #B82639;
}
.AnyTagClassName
{
color: #B82639;
}
</style>
background-color css
<style>
a { background-color: #B82639; }
a { background-color: rgb(184,38,57); }
div.DivClassName
{
background-color: #B82639;
}
.BgClassName
{
background-color: #B82639;
}
</style>
border-color css
<style>
span { border-color: #B82639; }
span { border-color: rgb(184,38,57); }
td.TdClassName
{
border-color: #B82639;
}
.TagClassName
{
border-color: #B82639;
}
</style>