Shades of Cardinal #B9243B
Tints of Cardinal #B9243B
RGB
CMYK
RGB Variations
Color information
#B9243B (or 0xB9243B) is known color: Cardinal. HEX triplet: B9, 24 and 3B. RGB value is (185,36,59). Sum of RGB (Red+Green+Blue) = 185+36+59=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9243B is #46DBC4. Grayscale: #535353. Windows color (decimal): -4643781 or 3876025. OLE color: 3876025.
HSL color Cylindrical-coordinate representation of color #B9243B: hue angle of 350.74º degrees, saturation: 0.67, 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 #B9243B is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 59 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.27 |
| HSL | 350.74º | 0.67% | 0.43% | - |
| HSV(B) | 350.74º | 0.81% | 0.73% | - |
| XYZ | 21.43 | 11.89 | 5.3 | - |
| YUV | 83.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 59 | 0 | 0.81 | 0.68 | 0.27 | 350.74 | 0.67 | 0.43 |
| Hex | B9 | 24 | 3B | 0 | 51 | 44 | 1B | 15F | 43 | 2B |
| Octal | 271 | 44 | 73 | 0 | 121 | 104 | 33 | 537 | 103 | 53 |
| Binary | 10111001 | 100100 | 111011 | 0 | 1010001 | 1000100 | 11011 | 101011111 | 1000011 | 101011 |
Color Harmonies of #B9243B
Complementary color
Monochromatic Colors of #B9243B
Black with #B9243B
Text Example
Text Example
White with #B9243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9243B; }
p { color: rgb(185,36,59); }
H1.HeaderClassName
{
color: #B9243B;
}
.AnyTagClassName
{
color: #B9243B;
}
</style>
background-color css
<style>
a { background-color: #B9243B; }
a { background-color: rgb(185,36,59); }
div.DivClassName
{
background-color: #B9243B;
}
.BgClassName
{
background-color: #B9243B;
}
</style>
border-color css
<style>
span { border-color: #B9243B; }
span { border-color: rgb(185,36,59); }
td.TdClassName
{
border-color: #B9243B;
}
.TagClassName
{
border-color: #B9243B;
}
</style>