Shades of Cardinal #B92141
Tints of Cardinal #B92141
RGB
CMYK
RGB Variations
Color information
#B92141 (or 0xB92141) is known color: Cardinal. HEX triplet: B9, 21 and 41. RGB value is (185,33,65). Sum of RGB (Red+Green+Blue) = 185+33+65=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B92141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92141 is #46DEBE. Grayscale: #525252. Windows color (decimal): -4644543 or 4268473. OLE color: 4268473.
HSL color Cylindrical-coordinate representation of color #B92141: hue angle of 347.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92141 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 65 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.27 |
| HSL | 347.37º | 0.7% | 0.43% | - |
| HSV(B) | 347.37º | 0.82% | 0.73% | - |
| XYZ | 21.51 | 11.78 | 6.14 | - |
| YUV | 82.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 65 | 0 | 0.82 | 0.65 | 0.27 | 347.37 | 0.7 | 0.43 |
| Hex | B9 | 21 | 41 | 0 | 52 | 41 | 1B | 15B | 46 | 2B |
| Octal | 271 | 41 | 101 | 0 | 122 | 101 | 33 | 533 | 106 | 53 |
| Binary | 10111001 | 100001 | 1000001 | 0 | 1010010 | 1000001 | 11011 | 101011011 | 1000110 | 101011 |
Color Harmonies of #B92141
Complementary color
Monochromatic Colors of #B92141
Black with #B92141
Text Example
Text Example
White with #B92141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92141; }
p { color: rgb(185,33,65); }
H1.HeaderClassName
{
color: #B92141;
}
.AnyTagClassName
{
color: #B92141;
}
</style>
background-color css
<style>
a { background-color: #B92141; }
a { background-color: rgb(185,33,65); }
div.DivClassName
{
background-color: #B92141;
}
.BgClassName
{
background-color: #B92141;
}
</style>
border-color css
<style>
span { border-color: #B92141; }
span { border-color: rgb(185,33,65); }
td.TdClassName
{
border-color: #B92141;
}
.TagClassName
{
border-color: #B92141;
}
</style>