Shades of Cardinal #B8263B
Tints of Cardinal #B8263B
RGB
CMYK
RGB Variations
Color information
#B8263B (or 0xB8263B) is known color: Cardinal. HEX triplet: B8, 26 and 3B. RGB value is (184,38,59). Sum of RGB (Red+Green+Blue) = 184+38+59=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8263B is #47D9C4. Grayscale: #545454. Windows color (decimal): -4708805 or 3876536. OLE color: 3876536.
HSL color Cylindrical-coordinate representation of color #B8263B: hue angle of 351.37º 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 #B8263B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 59 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.28 |
| HSL | 351.37º | 0.66% | 0.44% | - |
| HSV(B) | 351.37º | 0.79% | 0.72% | - |
| XYZ | 21.25 | 11.89 | 5.31 | - |
| YUV | 84.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 59 | 0 | 0.79 | 0.68 | 0.28 | 351.37 | 0.66 | 0.44 |
| Hex | B8 | 26 | 3B | 0 | 4F | 44 | 1C | 15F | 42 | 2C |
| Octal | 270 | 46 | 73 | 0 | 117 | 104 | 34 | 537 | 102 | 54 |
| Binary | 10111000 | 100110 | 111011 | 0 | 1001111 | 1000100 | 11100 | 101011111 | 1000010 | 101100 |
Color Harmonies of #B8263B
Complementary color
Monochromatic Colors of #B8263B
Black with #B8263B
Text Example
Text Example
White with #B8263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8263B; }
p { color: rgb(184,38,59); }
H1.HeaderClassName
{
color: #B8263B;
}
.AnyTagClassName
{
color: #B8263B;
}
</style>
background-color css
<style>
a { background-color: #B8263B; }
a { background-color: rgb(184,38,59); }
div.DivClassName
{
background-color: #B8263B;
}
.BgClassName
{
background-color: #B8263B;
}
</style>
border-color css
<style>
span { border-color: #B8263B; }
span { border-color: rgb(184,38,59); }
td.TdClassName
{
border-color: #B8263B;
}
.TagClassName
{
border-color: #B8263B;
}
</style>