Shades of Cardinal #B9183D
Tints of Cardinal #B9183D
RGB
CMYK
RGB Variations
Color information
#B9183D (or 0xB9183D) is known color: Cardinal. HEX triplet: B9, 18 and 3D. RGB value is (185,24,61). Sum of RGB (Red+Green+Blue) = 185+24+61=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B9183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9183D is #46E7C2. Grayscale: #4C4C4C. Windows color (decimal): -4646851 or 4004025. OLE color: 4004025.
HSL color Cylindrical-coordinate representation of color #B9183D: hue angle of 346.21º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9183D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 61 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.27 |
| HSL | 346.21º | 0.77% | 0.41% | - |
| HSV(B) | 346.21º | 0.87% | 0.73% | - |
| XYZ | 21.18 | 11.3 | 5.48 | - |
| YUV | 76.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 61 | 0 | 0.87 | 0.67 | 0.27 | 346.21 | 0.77 | 0.41 |
| Hex | B9 | 18 | 3D | 0 | 57 | 43 | 1B | 15A | 4D | 29 |
| Octal | 271 | 30 | 75 | 0 | 127 | 103 | 33 | 532 | 115 | 51 |
| Binary | 10111001 | 11000 | 111101 | 0 | 1010111 | 1000011 | 11011 | 101011010 | 1001101 | 101001 |
Color Harmonies of #B9183D
Complementary color
Monochromatic Colors of #B9183D
Black with #B9183D
Text Example
Text Example
White with #B9183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9183D; }
p { color: rgb(185,24,61); }
H1.HeaderClassName
{
color: #B9183D;
}
.AnyTagClassName
{
color: #B9183D;
}
</style>
background-color css
<style>
a { background-color: #B9183D; }
a { background-color: rgb(185,24,61); }
div.DivClassName
{
background-color: #B9183D;
}
.BgClassName
{
background-color: #B9183D;
}
</style>
border-color css
<style>
span { border-color: #B9183D; }
span { border-color: rgb(185,24,61); }
td.TdClassName
{
border-color: #B9183D;
}
.TagClassName
{
border-color: #B9183D;
}
</style>