Shades of Cardinal #B9133C
Tints of Cardinal #B9133C
RGB
CMYK
RGB Variations
Color information
#B9133C (or 0xB9133C) is known color: Cardinal. HEX triplet: B9, 13 and 3C. RGB value is (185,19,60). Sum of RGB (Red+Green+Blue) = 185+19+60=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9133C is #46ECC3. Grayscale: #494949. Windows color (decimal): -4648132 or 3937209. OLE color: 3937209.
HSL color Cylindrical-coordinate representation of color #B9133C: hue angle of 345.18º degrees, saturation: 0.81, 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 #B9133C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.27 |
| HSL | 345.18º | 0.81% | 0.4% | - |
| HSV(B) | 345.18º | 0.9% | 0.73% | - |
| XYZ | 21.06 | 11.11 | 5.31 | - |
| YUV | 73.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 60 | 0 | 0.90 | 0.68 | 0.27 | 345.18 | 0.81 | 0.4 |
| Hex | B9 | 13 | 3C | 0 | 5A | 44 | 1B | 159 | 51 | 28 |
| Octal | 271 | 23 | 74 | 0 | 132 | 104 | 33 | 531 | 121 | 50 |
| Binary | 10111001 | 10011 | 111100 | 0 | 1011010 | 1000100 | 11011 | 101011001 | 1010001 | 101000 |
Color Harmonies of #B9133C
Complementary color
Monochromatic Colors of #B9133C
Black with #B9133C
Text Example
Text Example
White with #B9133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9133C; }
p { color: rgb(185,19,60); }
H1.HeaderClassName
{
color: #B9133C;
}
.AnyTagClassName
{
color: #B9133C;
}
</style>
background-color css
<style>
a { background-color: #B9133C; }
a { background-color: rgb(185,19,60); }
div.DivClassName
{
background-color: #B9133C;
}
.BgClassName
{
background-color: #B9133C;
}
</style>
border-color css
<style>
span { border-color: #B9133C; }
span { border-color: rgb(185,19,60); }
td.TdClassName
{
border-color: #B9133C;
}
.TagClassName
{
border-color: #B9133C;
}
</style>