Shades of Cardinal #B8262E
Tints of Cardinal #B8262E
RGB
CMYK
RGB Variations
Color information
#B8262E (or 0xB8262E) is known color: Cardinal. HEX triplet: B8, 26 and 2E. RGB value is (184,38,46). Sum of RGB (Red+Green+Blue) = 184+38+46=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8262E is #47D9D1. Grayscale: #525252. Windows color (decimal): -4708818 or 3024568. OLE color: 3024568.
HSL color Cylindrical-coordinate representation of color #B8262E: hue angle of 356.71º 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 #B8262E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 46 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.28 |
| HSL | 356.71º | 0.66% | 0.44% | - |
| HSV(B) | 356.71º | 0.79% | 0.72% | - |
| XYZ | 20.95 | 11.77 | 3.75 | - |
| YUV | 82.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 46 | 0 | 0.79 | 0.75 | 0.28 | 356.71 | 0.66 | 0.44 |
| Hex | B8 | 26 | 2E | 0 | 4F | 4B | 1C | 165 | 42 | 2C |
| Octal | 270 | 46 | 56 | 0 | 117 | 113 | 34 | 545 | 102 | 54 |
| Binary | 10111000 | 100110 | 101110 | 0 | 1001111 | 1001011 | 11100 | 101100101 | 1000010 | 101100 |
Color Harmonies of #B8262E
Complementary color
Monochromatic Colors of #B8262E
Black with #B8262E
Text Example
Text Example
White with #B8262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8262E; }
p { color: rgb(184,38,46); }
H1.HeaderClassName
{
color: #B8262E;
}
.AnyTagClassName
{
color: #B8262E;
}
</style>
background-color css
<style>
a { background-color: #B8262E; }
a { background-color: rgb(184,38,46); }
div.DivClassName
{
background-color: #B8262E;
}
.BgClassName
{
background-color: #B8262E;
}
</style>
border-color css
<style>
span { border-color: #B8262E; }
span { border-color: rgb(184,38,46); }
td.TdClassName
{
border-color: #B8262E;
}
.TagClassName
{
border-color: #B8262E;
}
</style>