Shades of Cardinal #B80F2B
Tints of Cardinal #B80F2B
RGB
CMYK
RGB Variations
Color information
#B80F2B (or 0xB80F2B) is known color: Cardinal. HEX triplet: B8, 0F and 2B. RGB value is (184,15,43). Sum of RGB (Red+Green+Blue) = 184+15+43=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F2B is #47F0D4. Grayscale: #444444. Windows color (decimal): -4714709 or 2822072. OLE color: 2822072.
HSL color Cylindrical-coordinate representation of color #B80F2B: hue angle of 350.06º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F2B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 43 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.28 |
| HSL | 350.06º | 0.85% | 0.39% | - |
| HSV(B) | 350.06º | 0.92% | 0.72% | - |
| XYZ | 20.37 | 10.71 | 3.28 | - |
| YUV | 68.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 43 | 0 | 0.92 | 0.77 | 0.28 | 350.06 | 0.85 | 0.39 |
| Hex | B8 | F | 2B | 0 | 5C | 4D | 1C | 15E | 55 | 27 |
| Octal | 270 | 17 | 53 | 0 | 134 | 115 | 34 | 536 | 125 | 47 |
| Binary | 10111000 | 1111 | 101011 | 0 | 1011100 | 1001101 | 11100 | 101011110 | 1010101 | 100111 |
Color Harmonies of #B80F2B
Complementary color
Monochromatic Colors of #B80F2B
Black with #B80F2B
Text Example
Text Example
White with #B80F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F2B; }
p { color: rgb(184,15,43); }
H1.HeaderClassName
{
color: #B80F2B;
}
.AnyTagClassName
{
color: #B80F2B;
}
</style>
background-color css
<style>
a { background-color: #B80F2B; }
a { background-color: rgb(184,15,43); }
div.DivClassName
{
background-color: #B80F2B;
}
.BgClassName
{
background-color: #B80F2B;
}
</style>
border-color css
<style>
span { border-color: #B80F2B; }
span { border-color: rgb(184,15,43); }
td.TdClassName
{
border-color: #B80F2B;
}
.TagClassName
{
border-color: #B80F2B;
}
</style>