Shades of Cardinal #B8013D
Tints of Cardinal #B8013D
RGB
CMYK
RGB Variations
Color information
#B8013D (or 0xB8013D) is known color: Cardinal. HEX triplet: B8, 01 and 3D. RGB value is (184,1,61). Sum of RGB (Red+Green+Blue) = 184+1+61=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8013D is #47FEC2. Grayscale: #3E3E3E. Windows color (decimal): -4718275 or 3998136. OLE color: 3998136.
HSL color Cylindrical-coordinate representation of color #B8013D: hue angle of 340.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8013D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.28 |
| HSL | 340.33º | 0.99% | 0.36% | - |
| HSV(B) | 340.33º | 0.99% | 0.72% | - |
| XYZ | 20.62 | 10.55 | 5.36 | - |
| YUV | 62.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 61 | 0 | 0.99 | 0.67 | 0.28 | 340.33 | 0.99 | 0.36 |
| Hex | B8 | 1 | 3D | 0 | 63 | 43 | 1C | 154 | 63 | 24 |
| Octal | 270 | 1 | 75 | 0 | 143 | 103 | 34 | 524 | 143 | 44 |
| Binary | 10111000 | 1 | 111101 | 0 | 1100011 | 1000011 | 11100 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B8013D
Complementary color
Monochromatic Colors of #B8013D
Black with #B8013D
Text Example
Text Example
White with #B8013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8013D; }
p { color: rgb(184,1,61); }
H1.HeaderClassName
{
color: #B8013D;
}
.AnyTagClassName
{
color: #B8013D;
}
</style>
background-color css
<style>
a { background-color: #B8013D; }
a { background-color: rgb(184,1,61); }
div.DivClassName
{
background-color: #B8013D;
}
.BgClassName
{
background-color: #B8013D;
}
</style>
border-color css
<style>
span { border-color: #B8013D; }
span { border-color: rgb(184,1,61); }
td.TdClassName
{
border-color: #B8013D;
}
.TagClassName
{
border-color: #B8013D;
}
</style>