Shades of Cardinal #B8083F
Tints of Cardinal #B8083F
RGB
CMYK
RGB Variations
Color information
#B8083F (or 0xB8083F) is known color: Cardinal. HEX triplet: B8, 08 and 3F. RGB value is (184,8,63). Sum of RGB (Red+Green+Blue) = 184+8+63=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B8083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8083F is #47F7C0. Grayscale: #424242. Windows color (decimal): -4716481 or 4131000. OLE color: 4131000.
HSL color Cylindrical-coordinate representation of color #B8083F: hue angle of 341.25º 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 #B8083F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.28 |
| HSL | 341.25º | 0.92% | 0.38% | - |
| HSV(B) | 341.25º | 0.96% | 0.72% | - |
| XYZ | 20.75 | 10.72 | 5.68 | - |
| YUV | 66.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 63 | 0 | 0.96 | 0.66 | 0.28 | 341.25 | 0.92 | 0.38 |
| Hex | B8 | 8 | 3F | 0 | 60 | 42 | 1C | 155 | 5C | 26 |
| Octal | 270 | 10 | 77 | 0 | 140 | 102 | 34 | 525 | 134 | 46 |
| Binary | 10111000 | 1000 | 111111 | 0 | 1100000 | 1000010 | 11100 | 101010101 | 1011100 | 100110 |
Color Harmonies of #B8083F
Complementary color
Monochromatic Colors of #B8083F
Black with #B8083F
Text Example
Text Example
White with #B8083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8083F; }
p { color: rgb(184,8,63); }
H1.HeaderClassName
{
color: #B8083F;
}
.AnyTagClassName
{
color: #B8083F;
}
</style>
background-color css
<style>
a { background-color: #B8083F; }
a { background-color: rgb(184,8,63); }
div.DivClassName
{
background-color: #B8083F;
}
.BgClassName
{
background-color: #B8083F;
}
</style>
border-color css
<style>
span { border-color: #B8083F; }
span { border-color: rgb(184,8,63); }
td.TdClassName
{
border-color: #B8083F;
}
.TagClassName
{
border-color: #B8083F;
}
</style>