Shades of Cardinal #B8083C
Tints of Cardinal #B8083C
RGB
CMYK
RGB Variations
Color information
#B8083C (or 0xB8083C) is known color: Cardinal. HEX triplet: B8, 08 and 3C. RGB value is (184,8,60). Sum of RGB (Red+Green+Blue) = 184+8+60=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8083C is #47F7C3. Grayscale: #424242. Windows color (decimal): -4716484 or 3934392. OLE color: 3934392.
HSL color Cylindrical-coordinate representation of color #B8083C: hue angle of 342.27º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8083C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.28 |
| HSL | 342.27º | 0.92% | 0.38% | - |
| HSV(B) | 342.27º | 0.96% | 0.72% | - |
| XYZ | 20.67 | 10.69 | 5.25 | - |
| YUV | 66.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 60 | 0 | 0.96 | 0.67 | 0.28 | 342.27 | 0.92 | 0.38 |
| Hex | B8 | 8 | 3C | 0 | 60 | 43 | 1C | 156 | 5C | 26 |
| Octal | 270 | 10 | 74 | 0 | 140 | 103 | 34 | 526 | 134 | 46 |
| Binary | 10111000 | 1000 | 111100 | 0 | 1100000 | 1000011 | 11100 | 101010110 | 1011100 | 100110 |
Color Harmonies of #B8083C
Complementary color
Monochromatic Colors of #B8083C
Black with #B8083C
Text Example
Text Example
White with #B8083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8083C; }
p { color: rgb(184,8,60); }
H1.HeaderClassName
{
color: #B8083C;
}
.AnyTagClassName
{
color: #B8083C;
}
</style>
background-color css
<style>
a { background-color: #B8083C; }
a { background-color: rgb(184,8,60); }
div.DivClassName
{
background-color: #B8083C;
}
.BgClassName
{
background-color: #B8083C;
}
</style>
border-color css
<style>
span { border-color: #B8083C; }
span { border-color: rgb(184,8,60); }
td.TdClassName
{
border-color: #B8083C;
}
.TagClassName
{
border-color: #B8083C;
}
</style>