Shades of Cardinal #B8063C
Tints of Cardinal #B8063C
RGB
CMYK
RGB Variations
Color information
#B8063C (or 0xB8063C) is known color: Cardinal. HEX triplet: B8, 06 and 3C. RGB value is (184,6,60). Sum of RGB (Red+Green+Blue) = 184+6+60=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8063C is #47F9C3. Grayscale: #414141. Windows color (decimal): -4716996 or 3933880. OLE color: 3933880.
HSL color Cylindrical-coordinate representation of color #B8063C: hue angle of 341.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8063C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.28 |
| HSL | 341.8º | 0.94% | 0.37% | - |
| HSV(B) | 341.8º | 0.97% | 0.72% | - |
| XYZ | 20.65 | 10.65 | 5.24 | - |
| YUV | 65.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 60 | 0 | 0.97 | 0.67 | 0.28 | 341.8 | 0.94 | 0.37 |
| Hex | B8 | 6 | 3C | 0 | 61 | 43 | 1C | 156 | 5E | 25 |
| Octal | 270 | 6 | 74 | 0 | 141 | 103 | 34 | 526 | 136 | 45 |
| Binary | 10111000 | 110 | 111100 | 0 | 1100001 | 1000011 | 11100 | 101010110 | 1011110 | 100101 |
Color Harmonies of #B8063C
Complementary color
Monochromatic Colors of #B8063C
Black with #B8063C
Text Example
Text Example
White with #B8063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8063C; }
p { color: rgb(184,6,60); }
H1.HeaderClassName
{
color: #B8063C;
}
.AnyTagClassName
{
color: #B8063C;
}
</style>
background-color css
<style>
a { background-color: #B8063C; }
a { background-color: rgb(184,6,60); }
div.DivClassName
{
background-color: #B8063C;
}
.BgClassName
{
background-color: #B8063C;
}
</style>
border-color css
<style>
span { border-color: #B8063C; }
span { border-color: rgb(184,6,60); }
td.TdClassName
{
border-color: #B8063C;
}
.TagClassName
{
border-color: #B8063C;
}
</style>