Shades of Cardinal #B9123D
Tints of Cardinal #B9123D
RGB
CMYK
RGB Variations
Color information
#B9123D (or 0xB9123D) is known color: Cardinal. HEX triplet: B9, 12 and 3D. RGB value is (185,18,61). Sum of RGB (Red+Green+Blue) = 185+18+61=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9123D is #46EDC2. Grayscale: #484848. Windows color (decimal): -4648387 or 4002489. OLE color: 4002489.
HSL color Cylindrical-coordinate representation of color #B9123D: hue angle of 344.55º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9123D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.27 |
| HSL | 344.55º | 0.82% | 0.4% | - |
| HSV(B) | 344.55º | 0.9% | 0.73% | - |
| XYZ | 21.07 | 11.08 | 5.44 | - |
| YUV | 72.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 61 | 0 | 0.90 | 0.67 | 0.27 | 344.55 | 0.82 | 0.4 |
| Hex | B9 | 12 | 3D | 0 | 5A | 43 | 1B | 159 | 52 | 28 |
| Octal | 271 | 22 | 75 | 0 | 132 | 103 | 33 | 531 | 122 | 50 |
| Binary | 10111001 | 10010 | 111101 | 0 | 1011010 | 1000011 | 11011 | 101011001 | 1010010 | 101000 |
Color Harmonies of #B9123D
Complementary color
Monochromatic Colors of #B9123D
Black with #B9123D
Text Example
Text Example
White with #B9123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9123D; }
p { color: rgb(185,18,61); }
H1.HeaderClassName
{
color: #B9123D;
}
.AnyTagClassName
{
color: #B9123D;
}
</style>
background-color css
<style>
a { background-color: #B9123D; }
a { background-color: rgb(185,18,61); }
div.DivClassName
{
background-color: #B9123D;
}
.BgClassName
{
background-color: #B9123D;
}
</style>
border-color css
<style>
span { border-color: #B9123D; }
span { border-color: rgb(185,18,61); }
td.TdClassName
{
border-color: #B9123D;
}
.TagClassName
{
border-color: #B9123D;
}
</style>