Shades of Cardinal #B8103C
Tints of Cardinal #B8103C
RGB
CMYK
RGB Variations
Color information
#B8103C (or 0xB8103C) is known color: Cardinal. HEX triplet: B8, 10 and 3C. RGB value is (184,16,60). Sum of RGB (Red+Green+Blue) = 184+16+60=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B8103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8103C is #47EFC3. Grayscale: #474747. Windows color (decimal): -4714436 or 3936440. OLE color: 3936440.
HSL color Cylindrical-coordinate representation of color #B8103C: hue angle of 344.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8103C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.28 |
| HSL | 344.29º | 0.84% | 0.39% | - |
| HSV(B) | 344.29º | 0.91% | 0.72% | - |
| XYZ | 20.77 | 10.89 | 5.28 | - |
| YUV | 71.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 60 | 0 | 0.91 | 0.67 | 0.28 | 344.29 | 0.84 | 0.39 |
| Hex | B8 | 10 | 3C | 0 | 5B | 43 | 1C | 158 | 54 | 27 |
| Octal | 270 | 20 | 74 | 0 | 133 | 103 | 34 | 530 | 124 | 47 |
| Binary | 10111000 | 10000 | 111100 | 0 | 1011011 | 1000011 | 11100 | 101011000 | 1010100 | 100111 |
Color Harmonies of #B8103C
Complementary color
Monochromatic Colors of #B8103C
Black with #B8103C
Text Example
Text Example
White with #B8103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8103C; }
p { color: rgb(184,16,60); }
H1.HeaderClassName
{
color: #B8103C;
}
.AnyTagClassName
{
color: #B8103C;
}
</style>
background-color css
<style>
a { background-color: #B8103C; }
a { background-color: rgb(184,16,60); }
div.DivClassName
{
background-color: #B8103C;
}
.BgClassName
{
background-color: #B8103C;
}
</style>
border-color css
<style>
span { border-color: #B8103C; }
span { border-color: rgb(184,16,60); }
td.TdClassName
{
border-color: #B8103C;
}
.TagClassName
{
border-color: #B8103C;
}
</style>