Shades of Cardinal #B8013C
Tints of Cardinal #B8013C
RGB
CMYK
RGB Variations
Color information
#B8013C (or 0xB8013C) is known color: Cardinal. HEX triplet: B8, 01 and 3C. RGB value is (184,1,60). Sum of RGB (Red+Green+Blue) = 184+1+60=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B8013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8013C is #47FEC3. Grayscale: #3E3E3E. Windows color (decimal): -4718276 or 3932600. OLE color: 3932600.
HSL color Cylindrical-coordinate representation of color #B8013C: hue angle of 340.66º 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 #B8013C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.28 |
| HSL | 340.66º | 0.99% | 0.36% | - |
| HSV(B) | 340.66º | 0.99% | 0.72% | - |
| XYZ | 20.59 | 10.54 | 5.22 | - |
| YUV | 62.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 60 | 0 | 0.99 | 0.67 | 0.28 | 340.66 | 0.99 | 0.36 |
| Hex | B8 | 1 | 3C | 0 | 63 | 43 | 1C | 155 | 63 | 24 |
| Octal | 270 | 1 | 74 | 0 | 143 | 103 | 34 | 525 | 143 | 44 |
| Binary | 10111000 | 1 | 111100 | 0 | 1100011 | 1000011 | 11100 | 101010101 | 1100011 | 100100 |
Color Harmonies of #B8013C
Complementary color
Monochromatic Colors of #B8013C
Black with #B8013C
Text Example
Text Example
White with #B8013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8013C; }
p { color: rgb(184,1,60); }
H1.HeaderClassName
{
color: #B8013C;
}
.AnyTagClassName
{
color: #B8013C;
}
</style>
background-color css
<style>
a { background-color: #B8013C; }
a { background-color: rgb(184,1,60); }
div.DivClassName
{
background-color: #B8013C;
}
.BgClassName
{
background-color: #B8013C;
}
</style>
border-color css
<style>
span { border-color: #B8013C; }
span { border-color: rgb(184,1,60); }
td.TdClassName
{
border-color: #B8013C;
}
.TagClassName
{
border-color: #B8013C;
}
</style>