Shades of Cardinal #B80342
Tints of Cardinal #B80342
RGB
CMYK
RGB Variations
Color information
#B80342 (or 0xB80342) is known color: Cardinal. HEX triplet: B8, 03 and 42. RGB value is (184,3,66). Sum of RGB (Red+Green+Blue) = 184+3+66=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B80342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80342 is #47FCBD. Grayscale: #404040. Windows color (decimal): -4717758 or 4326328. OLE color: 4326328.
HSL color Cylindrical-coordinate representation of color #B80342: hue angle of 339.12º 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 #B80342 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.28 |
| HSL | 339.12º | 0.97% | 0.37% | - |
| HSV(B) | 339.12º | 0.98% | 0.72% | - |
| XYZ | 20.78 | 10.65 | 6.11 | - |
| YUV | 64.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 66 | 0 | 0.98 | 0.64 | 0.28 | 339.12 | 0.97 | 0.37 |
| Hex | B8 | 3 | 42 | 0 | 62 | 40 | 1C | 153 | 61 | 25 |
| Octal | 270 | 3 | 102 | 0 | 142 | 100 | 34 | 523 | 141 | 45 |
| Binary | 10111000 | 11 | 1000010 | 0 | 1100010 | 1000000 | 11100 | 101010011 | 1100001 | 100101 |
Color Harmonies of #B80342
Complementary color
Monochromatic Colors of #B80342
Black with #B80342
Text Example
Text Example
White with #B80342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80342; }
p { color: rgb(184,3,66); }
H1.HeaderClassName
{
color: #B80342;
}
.AnyTagClassName
{
color: #B80342;
}
</style>
background-color css
<style>
a { background-color: #B80342; }
a { background-color: rgb(184,3,66); }
div.DivClassName
{
background-color: #B80342;
}
.BgClassName
{
background-color: #B80342;
}
</style>
border-color css
<style>
span { border-color: #B80342; }
span { border-color: rgb(184,3,66); }
td.TdClassName
{
border-color: #B80342;
}
.TagClassName
{
border-color: #B80342;
}
</style>