Shades of Cardinal #B8263E
Tints of Cardinal #B8263E
RGB
CMYK
RGB Variations
Color information
#B8263E (or 0xB8263E) is known color: Cardinal. HEX triplet: B8, 26 and 3E. RGB value is (184,38,62). Sum of RGB (Red+Green+Blue) = 184+38+62=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8263E is #47D9C1. Grayscale: #545454. Windows color (decimal): -4708802 or 4073144. OLE color: 4073144.
HSL color Cylindrical-coordinate representation of color #B8263E: hue angle of 350.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8263E is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 62 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.28 |
| HSL | 350.14º | 0.66% | 0.44% | - |
| HSV(B) | 350.14º | 0.79% | 0.72% | - |
| XYZ | 21.33 | 11.92 | 5.73 | - |
| YUV | 84.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 62 | 0 | 0.79 | 0.66 | 0.28 | 350.14 | 0.66 | 0.44 |
| Hex | B8 | 26 | 3E | 0 | 4F | 42 | 1C | 15E | 42 | 2C |
| Octal | 270 | 46 | 76 | 0 | 117 | 102 | 34 | 536 | 102 | 54 |
| Binary | 10111000 | 100110 | 111110 | 0 | 1001111 | 1000010 | 11100 | 101011110 | 1000010 | 101100 |
Color Harmonies of #B8263E
Complementary color
Monochromatic Colors of #B8263E
Black with #B8263E
Text Example
Text Example
White with #B8263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8263E; }
p { color: rgb(184,38,62); }
H1.HeaderClassName
{
color: #B8263E;
}
.AnyTagClassName
{
color: #B8263E;
}
</style>
background-color css
<style>
a { background-color: #B8263E; }
a { background-color: rgb(184,38,62); }
div.DivClassName
{
background-color: #B8263E;
}
.BgClassName
{
background-color: #B8263E;
}
</style>
border-color css
<style>
span { border-color: #B8263E; }
span { border-color: rgb(184,38,62); }
td.TdClassName
{
border-color: #B8263E;
}
.TagClassName
{
border-color: #B8263E;
}
</style>