Shades of Cardinal #B9013D
Tints of Cardinal #B9013D
RGB
CMYK
RGB Variations
Color information
#B9013D (or 0xB9013D) is known color: Cardinal. HEX triplet: B9, 01 and 3D. RGB value is (185,1,61). Sum of RGB (Red+Green+Blue) = 185+1+61=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9013D is #46FEC2. Grayscale: #3E3E3E. Windows color (decimal): -4652739 or 3998137. OLE color: 3998137.
HSL color Cylindrical-coordinate representation of color #B9013D: hue angle of 340.43º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9013D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.27 |
| HSL | 340.43º | 0.99% | 0.36% | - |
| HSV(B) | 340.43º | 0.99% | 0.73% | - |
| XYZ | 20.86 | 10.67 | 5.38 | - |
| YUV | 62.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 61 | 0 | 0.99 | 0.67 | 0.27 | 340.43 | 0.99 | 0.36 |
| Hex | B9 | 1 | 3D | 0 | 63 | 43 | 1B | 154 | 63 | 24 |
| Octal | 271 | 1 | 75 | 0 | 143 | 103 | 33 | 524 | 143 | 44 |
| Binary | 10111001 | 1 | 111101 | 0 | 1100011 | 1000011 | 11011 | 101010100 | 1100011 | 100100 |
Color Harmonies of #B9013D
Complementary color
Monochromatic Colors of #B9013D
Black with #B9013D
Text Example
Text Example
White with #B9013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9013D; }
p { color: rgb(185,1,61); }
H1.HeaderClassName
{
color: #B9013D;
}
.AnyTagClassName
{
color: #B9013D;
}
</style>
background-color css
<style>
a { background-color: #B9013D; }
a { background-color: rgb(185,1,61); }
div.DivClassName
{
background-color: #B9013D;
}
.BgClassName
{
background-color: #B9013D;
}
</style>
border-color css
<style>
span { border-color: #B9013D; }
span { border-color: rgb(185,1,61); }
td.TdClassName
{
border-color: #B9013D;
}
.TagClassName
{
border-color: #B9013D;
}
</style>