Shades of Cardinal #B92638
Tints of Cardinal #B92638
RGB
CMYK
RGB Variations
Color information
#B92638 (or 0xB92638) is known color: Cardinal. HEX triplet: B9, 26 and 38. RGB value is (185,38,56). Sum of RGB (Red+Green+Blue) = 185+38+56=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92638 is #46D9C7. Grayscale: #545454. Windows color (decimal): -4643272 or 3679929. OLE color: 3679929.
HSL color Cylindrical-coordinate representation of color #B92638: hue angle of 352.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92638 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 56 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.27 |
| HSL | 352.65º | 0.66% | 0.44% | - |
| HSV(B) | 352.65º | 0.79% | 0.73% | - |
| XYZ | 21.41 | 11.99 | 4.93 | - |
| YUV | 84.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 56 | 0 | 0.79 | 0.70 | 0.27 | 352.65 | 0.66 | 0.44 |
| Hex | B9 | 26 | 38 | 0 | 4F | 46 | 1B | 161 | 42 | 2C |
| Octal | 271 | 46 | 70 | 0 | 117 | 106 | 33 | 541 | 102 | 54 |
| Binary | 10111001 | 100110 | 111000 | 0 | 1001111 | 1000110 | 11011 | 101100001 | 1000010 | 101100 |
Color Harmonies of #B92638
Complementary color
Monochromatic Colors of #B92638
Black with #B92638
Text Example
Text Example
White with #B92638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92638; }
p { color: rgb(185,38,56); }
H1.HeaderClassName
{
color: #B92638;
}
.AnyTagClassName
{
color: #B92638;
}
</style>
background-color css
<style>
a { background-color: #B92638; }
a { background-color: rgb(185,38,56); }
div.DivClassName
{
background-color: #B92638;
}
.BgClassName
{
background-color: #B92638;
}
</style>
border-color css
<style>
span { border-color: #B92638; }
span { border-color: rgb(185,38,56); }
td.TdClassName
{
border-color: #B92638;
}
.TagClassName
{
border-color: #B92638;
}
</style>