Shades of Cardinal #B80340
Tints of Cardinal #B80340
RGB
CMYK
RGB Variations
Color information
#B80340 (or 0xB80340) is known color: Cardinal. HEX triplet: B8, 03 and 40. RGB value is (184,3,64). Sum of RGB (Red+Green+Blue) = 184+3+64=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B80340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80340 is #47FCBF. Grayscale: #404040. Windows color (decimal): -4717760 or 4195256. OLE color: 4195256.
HSL color Cylindrical-coordinate representation of color #B80340: hue angle of 339.78º 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 #B80340 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.28 |
| HSL | 339.78º | 0.97% | 0.37% | - |
| HSV(B) | 339.78º | 0.98% | 0.72% | - |
| XYZ | 20.73 | 10.63 | 5.81 | - |
| YUV | 64.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 64 | 0 | 0.98 | 0.65 | 0.28 | 339.78 | 0.97 | 0.37 |
| Hex | B8 | 3 | 40 | 0 | 62 | 41 | 1C | 154 | 61 | 25 |
| Octal | 270 | 3 | 100 | 0 | 142 | 101 | 34 | 524 | 141 | 45 |
| Binary | 10111000 | 11 | 1000000 | 0 | 1100010 | 1000001 | 11100 | 101010100 | 1100001 | 100101 |
Color Harmonies of #B80340
Complementary color
Monochromatic Colors of #B80340
Black with #B80340
Text Example
Text Example
White with #B80340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80340; }
p { color: rgb(184,3,64); }
H1.HeaderClassName
{
color: #B80340;
}
.AnyTagClassName
{
color: #B80340;
}
</style>
background-color css
<style>
a { background-color: #B80340; }
a { background-color: rgb(184,3,64); }
div.DivClassName
{
background-color: #B80340;
}
.BgClassName
{
background-color: #B80340;
}
</style>
border-color css
<style>
span { border-color: #B80340; }
span { border-color: rgb(184,3,64); }
td.TdClassName
{
border-color: #B80340;
}
.TagClassName
{
border-color: #B80340;
}
</style>