Shades of Cardinal #B80830
Tints of Cardinal #B80830
RGB
CMYK
RGB Variations
Color information
#B80830 (or 0xB80830) is known color: Cardinal. HEX triplet: B8, 08 and 30. RGB value is (184,8,48). Sum of RGB (Red+Green+Blue) = 184+8+48=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80830 is #47F7CF. Grayscale: #414141. Windows color (decimal): -4716496 or 3147960. OLE color: 3147960.
HSL color Cylindrical-coordinate representation of color #B80830: hue angle of 346.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80830 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.28 |
| HSL | 346.36º | 0.92% | 0.38% | - |
| HSV(B) | 346.36º | 0.96% | 0.72% | - |
| XYZ | 20.39 | 10.58 | 3.76 | - |
| YUV | 65.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 48 | 0 | 0.96 | 0.74 | 0.28 | 346.36 | 0.92 | 0.38 |
| Hex | B8 | 8 | 30 | 0 | 60 | 4A | 1C | 15A | 5C | 26 |
| Octal | 270 | 10 | 60 | 0 | 140 | 112 | 34 | 532 | 134 | 46 |
| Binary | 10111000 | 1000 | 110000 | 0 | 1100000 | 1001010 | 11100 | 101011010 | 1011100 | 100110 |
Color Harmonies of #B80830
Complementary color
Monochromatic Colors of #B80830
Black with #B80830
Text Example
Text Example
White with #B80830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80830; }
p { color: rgb(184,8,48); }
H1.HeaderClassName
{
color: #B80830;
}
.AnyTagClassName
{
color: #B80830;
}
</style>
background-color css
<style>
a { background-color: #B80830; }
a { background-color: rgb(184,8,48); }
div.DivClassName
{
background-color: #B80830;
}
.BgClassName
{
background-color: #B80830;
}
</style>
border-color css
<style>
span { border-color: #B80830; }
span { border-color: rgb(184,8,48); }
td.TdClassName
{
border-color: #B80830;
}
.TagClassName
{
border-color: #B80830;
}
</style>