Shades of Cardinal #B8022E
Tints of Cardinal #B8022E
RGB
CMYK
RGB Variations
Color information
#B8022E (or 0xB8022E) is known color: Cardinal. HEX triplet: B8, 02 and 2E. RGB value is (184,2,46). Sum of RGB (Red+Green+Blue) = 184+2+46=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8022E is #47FDD1. Grayscale: #3D3D3D. Windows color (decimal): -4718034 or 3015352. OLE color: 3015352.
HSL color Cylindrical-coordinate representation of color #B8022E: hue angle of 345.49º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8022E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.28 |
| HSL | 345.49º | 0.98% | 0.36% | - |
| HSV(B) | 345.49º | 0.99% | 0.72% | - |
| XYZ | 20.28 | 10.43 | 3.53 | - |
| YUV | 61.43 | 119.3 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 46 | 0 | 0.99 | 0.75 | 0.28 | 345.49 | 0.98 | 0.36 |
| Hex | B8 | 2 | 2E | 0 | 63 | 4B | 1C | 159 | 62 | 24 |
| Octal | 270 | 2 | 56 | 0 | 143 | 113 | 34 | 531 | 142 | 44 |
| Binary | 10111000 | 10 | 101110 | 0 | 1100011 | 1001011 | 11100 | 101011001 | 1100010 | 100100 |
Color Harmonies of #B8022E
Complementary color
Monochromatic Colors of #B8022E
Black with #B8022E
Text Example
Text Example
White with #B8022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8022E; }
p { color: rgb(184,2,46); }
H1.HeaderClassName
{
color: #B8022E;
}
.AnyTagClassName
{
color: #B8022E;
}
</style>
background-color css
<style>
a { background-color: #B8022E; }
a { background-color: rgb(184,2,46); }
div.DivClassName
{
background-color: #B8022E;
}
.BgClassName
{
background-color: #B8022E;
}
</style>
border-color css
<style>
span { border-color: #B8022E; }
span { border-color: rgb(184,2,46); }
td.TdClassName
{
border-color: #B8022E;
}
.TagClassName
{
border-color: #B8022E;
}
</style>