Shades of Cardinal #B80934
Tints of Cardinal #B80934
RGB
CMYK
RGB Variations
Color information
#B80934 (or 0xB80934) is known color: Cardinal. HEX triplet: B8, 09 and 34. RGB value is (184,9,52). Sum of RGB (Red+Green+Blue) = 184+9+52=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B80934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80934 is #47F6CB. Grayscale: #424242. Windows color (decimal): -4716236 or 3410360. OLE color: 3410360.
HSL color Cylindrical-coordinate representation of color #B80934: hue angle of 345.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80934 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.28 |
| HSL | 345.26º | 0.91% | 0.38% | - |
| HSV(B) | 345.26º | 0.95% | 0.72% | - |
| XYZ | 20.48 | 10.63 | 4.22 | - |
| YUV | 66.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 52 | 0 | 0.95 | 0.72 | 0.28 | 345.26 | 0.91 | 0.38 |
| Hex | B8 | 9 | 34 | 0 | 5F | 48 | 1C | 159 | 5B | 26 |
| Octal | 270 | 11 | 64 | 0 | 137 | 110 | 34 | 531 | 133 | 46 |
| Binary | 10111000 | 1001 | 110100 | 0 | 1011111 | 1001000 | 11100 | 101011001 | 1011011 | 100110 |
Color Harmonies of #B80934
Complementary color
Monochromatic Colors of #B80934
Black with #B80934
Text Example
Text Example
White with #B80934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80934; }
p { color: rgb(184,9,52); }
H1.HeaderClassName
{
color: #B80934;
}
.AnyTagClassName
{
color: #B80934;
}
</style>
background-color css
<style>
a { background-color: #B80934; }
a { background-color: rgb(184,9,52); }
div.DivClassName
{
background-color: #B80934;
}
.BgClassName
{
background-color: #B80934;
}
</style>
border-color css
<style>
span { border-color: #B80934; }
span { border-color: rgb(184,9,52); }
td.TdClassName
{
border-color: #B80934;
}
.TagClassName
{
border-color: #B80934;
}
</style>