Shades of Cardinal #B8052D
Tints of Cardinal #B8052D
RGB
CMYK
RGB Variations
Color information
#B8052D (or 0xB8052D) is known color: Cardinal. HEX triplet: B8, 05 and 2D. RGB value is (184,5,45). Sum of RGB (Red+Green+Blue) = 184+5+45=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052D is #47FAD2. Grayscale: #3F3F3F. Windows color (decimal): -4717267 or 2950584. OLE color: 2950584.
HSL color Cylindrical-coordinate representation of color #B8052D: hue angle of 346.59º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8052D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.28 |
| HSL | 346.59º | 0.95% | 0.37% | - |
| HSV(B) | 346.59º | 0.97% | 0.72% | - |
| XYZ | 20.3 | 10.49 | 3.44 | - |
| YUV | 63.08 | 117.8 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 45 | 0 | 0.97 | 0.76 | 0.28 | 346.59 | 0.95 | 0.37 |
| Hex | B8 | 5 | 2D | 0 | 61 | 4C | 1C | 15B | 5F | 25 |
| Octal | 270 | 5 | 55 | 0 | 141 | 114 | 34 | 533 | 137 | 45 |
| Binary | 10111000 | 101 | 101101 | 0 | 1100001 | 1001100 | 11100 | 101011011 | 1011111 | 100101 |
Color Harmonies of #B8052D
Complementary color
Monochromatic Colors of #B8052D
Black with #B8052D
Text Example
Text Example
White with #B8052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8052D; }
p { color: rgb(184,5,45); }
H1.HeaderClassName
{
color: #B8052D;
}
.AnyTagClassName
{
color: #B8052D;
}
</style>
background-color css
<style>
a { background-color: #B8052D; }
a { background-color: rgb(184,5,45); }
div.DivClassName
{
background-color: #B8052D;
}
.BgClassName
{
background-color: #B8052D;
}
</style>
border-color css
<style>
span { border-color: #B8052D; }
span { border-color: rgb(184,5,45); }
td.TdClassName
{
border-color: #B8052D;
}
.TagClassName
{
border-color: #B8052D;
}
</style>