Shades of Cardinal #B92832
Tints of Cardinal #B92832
RGB
CMYK
RGB Variations
Color information
#B92832 (or 0xB92832) is known color: Cardinal. HEX triplet: B9, 28 and 32. RGB value is (185,40,50). Sum of RGB (Red+Green+Blue) = 185+40+50=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B92832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92832 is #46D7CD. Grayscale: #545454. Windows color (decimal): -4642766 or 3287225. OLE color: 3287225.
HSL color Cylindrical-coordinate representation of color #B92832: hue angle of 355.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92832 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 50 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.27 |
| HSL | 355.86º | 0.64% | 0.44% | - |
| HSV(B) | 355.86º | 0.78% | 0.73% | - |
| XYZ | 21.34 | 12.06 | 4.22 | - |
| YUV | 84.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 50 | 0 | 0.78 | 0.73 | 0.27 | 355.86 | 0.64 | 0.44 |
| Hex | B9 | 28 | 32 | 0 | 4E | 49 | 1B | 164 | 40 | 2C |
| Octal | 271 | 50 | 62 | 0 | 116 | 111 | 33 | 544 | 100 | 54 |
| Binary | 10111001 | 101000 | 110010 | 0 | 1001110 | 1001001 | 11011 | 101100100 | 1000000 | 101100 |
Color Harmonies of #B92832
Complementary color
Monochromatic Colors of #B92832
Black with #B92832
Text Example
Text Example
White with #B92832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92832; }
p { color: rgb(185,40,50); }
H1.HeaderClassName
{
color: #B92832;
}
.AnyTagClassName
{
color: #B92832;
}
</style>
background-color css
<style>
a { background-color: #B92832; }
a { background-color: rgb(185,40,50); }
div.DivClassName
{
background-color: #B92832;
}
.BgClassName
{
background-color: #B92832;
}
</style>
border-color css
<style>
span { border-color: #B92832; }
span { border-color: rgb(185,40,50); }
td.TdClassName
{
border-color: #B92832;
}
.TagClassName
{
border-color: #B92832;
}
</style>