Shades of Cardinal #B8033B
Tints of Cardinal #B8033B
RGB
CMYK
RGB Variations
Color information
#B8033B (or 0xB8033B) is known color: Cardinal. HEX triplet: B8, 03 and 3B. RGB value is (184,3,59). Sum of RGB (Red+Green+Blue) = 184+3+59=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8033B is #47FCC4. Grayscale: #3F3F3F. Windows color (decimal): -4717765 or 3867576. OLE color: 3867576.
HSL color Cylindrical-coordinate representation of color #B8033B: hue angle of 341.44º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8033B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.28 |
| HSL | 341.44º | 0.97% | 0.37% | - |
| HSV(B) | 341.44º | 0.98% | 0.72% | - |
| XYZ | 20.59 | 10.57 | 5.09 | - |
| YUV | 63.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 59 | 0 | 0.98 | 0.68 | 0.28 | 341.44 | 0.97 | 0.37 |
| Hex | B8 | 3 | 3B | 0 | 62 | 44 | 1C | 155 | 61 | 25 |
| Octal | 270 | 3 | 73 | 0 | 142 | 104 | 34 | 525 | 141 | 45 |
| Binary | 10111000 | 11 | 111011 | 0 | 1100010 | 1000100 | 11100 | 101010101 | 1100001 | 100101 |
Color Harmonies of #B8033B
Complementary color
Monochromatic Colors of #B8033B
Black with #B8033B
Text Example
Text Example
White with #B8033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8033B; }
p { color: rgb(184,3,59); }
H1.HeaderClassName
{
color: #B8033B;
}
.AnyTagClassName
{
color: #B8033B;
}
</style>
background-color css
<style>
a { background-color: #B8033B; }
a { background-color: rgb(184,3,59); }
div.DivClassName
{
background-color: #B8033B;
}
.BgClassName
{
background-color: #B8033B;
}
</style>
border-color css
<style>
span { border-color: #B8033B; }
span { border-color: rgb(184,3,59); }
td.TdClassName
{
border-color: #B8033B;
}
.TagClassName
{
border-color: #B8033B;
}
</style>