Shades of Cardinal #B9233D
Tints of Cardinal #B9233D
RGB
CMYK
RGB Variations
Color information
#B9233D (or 0xB9233D) is known color: Cardinal. HEX triplet: B9, 23 and 3D. RGB value is (185,35,61). Sum of RGB (Red+Green+Blue) = 185+35+61=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9233D is #46DCC2. Grayscale: #525252. Windows color (decimal): -4644035 or 4006841. OLE color: 4006841.
HSL color Cylindrical-coordinate representation of color #B9233D: hue angle of 349.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9233D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 61 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.27 |
| HSL | 349.6º | 0.68% | 0.43% | - |
| HSV(B) | 349.6º | 0.81% | 0.73% | - |
| XYZ | 21.45 | 11.85 | 5.57 | - |
| YUV | 82.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 61 | 0 | 0.81 | 0.67 | 0.27 | 349.6 | 0.68 | 0.43 |
| Hex | B9 | 23 | 3D | 0 | 51 | 43 | 1B | 15E | 44 | 2B |
| Octal | 271 | 43 | 75 | 0 | 121 | 103 | 33 | 536 | 104 | 53 |
| Binary | 10111001 | 100011 | 111101 | 0 | 1010001 | 1000011 | 11011 | 101011110 | 1000100 | 101011 |
Color Harmonies of #B9233D
Complementary color
Monochromatic Colors of #B9233D
Black with #B9233D
Text Example
Text Example
White with #B9233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9233D; }
p { color: rgb(185,35,61); }
H1.HeaderClassName
{
color: #B9233D;
}
.AnyTagClassName
{
color: #B9233D;
}
</style>
background-color css
<style>
a { background-color: #B9233D; }
a { background-color: rgb(185,35,61); }
div.DivClassName
{
background-color: #B9233D;
}
.BgClassName
{
background-color: #B9233D;
}
</style>
border-color css
<style>
span { border-color: #B9233D; }
span { border-color: rgb(185,35,61); }
td.TdClassName
{
border-color: #B9233D;
}
.TagClassName
{
border-color: #B9233D;
}
</style>