Shades of Cardinal #B9242D
Tints of Cardinal #B9242D
RGB
CMYK
RGB Variations
Color information
#B9242D (or 0xB9242D) is known color: Cardinal. HEX triplet: B9, 24 and 2D. RGB value is (185,36,45). Sum of RGB (Red+Green+Blue) = 185+36+45=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9242D is #46DBD2. Grayscale: #515151. Windows color (decimal): -4643795 or 2958521. OLE color: 2958521.
HSL color Cylindrical-coordinate representation of color #B9242D: hue angle of 356.38º 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 #B9242D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 45 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.27 |
| HSL | 356.38º | 0.67% | 0.43% | - |
| HSV(B) | 356.38º | 0.81% | 0.73% | - |
| XYZ | 21.11 | 11.77 | 3.64 | - |
| YUV | 81.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 45 | 0 | 0.81 | 0.76 | 0.27 | 356.38 | 0.67 | 0.43 |
| Hex | B9 | 24 | 2D | 0 | 51 | 4C | 1B | 164 | 43 | 2B |
| Octal | 271 | 44 | 55 | 0 | 121 | 114 | 33 | 544 | 103 | 53 |
| Binary | 10111001 | 100100 | 101101 | 0 | 1010001 | 1001100 | 11011 | 101100100 | 1000011 | 101011 |
Color Harmonies of #B9242D
Complementary color
Monochromatic Colors of #B9242D
Black with #B9242D
Text Example
Text Example
White with #B9242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9242D; }
p { color: rgb(185,36,45); }
H1.HeaderClassName
{
color: #B9242D;
}
.AnyTagClassName
{
color: #B9242D;
}
</style>
background-color css
<style>
a { background-color: #B9242D; }
a { background-color: rgb(185,36,45); }
div.DivClassName
{
background-color: #B9242D;
}
.BgClassName
{
background-color: #B9242D;
}
</style>
border-color css
<style>
span { border-color: #B9242D; }
span { border-color: rgb(185,36,45); }
td.TdClassName
{
border-color: #B9242D;
}
.TagClassName
{
border-color: #B9242D;
}
</style>