Shades of Cardinal #B8053D
Tints of Cardinal #B8053D
RGB
CMYK
RGB Variations
Color information
#B8053D (or 0xB8053D) is known color: Cardinal. HEX triplet: B8, 05 and 3D. RGB value is (184,5,61). Sum of RGB (Red+Green+Blue) = 184+5+61=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8053D is #47FAC2. Grayscale: #404040. Windows color (decimal): -4717251 or 3999160. OLE color: 3999160.
HSL color Cylindrical-coordinate representation of color #B8053D: hue angle of 341.23º 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 #B8053D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.28 |
| HSL | 341.23º | 0.95% | 0.37% | - |
| HSV(B) | 341.23º | 0.97% | 0.72% | - |
| XYZ | 20.66 | 10.64 | 5.38 | - |
| YUV | 64.91 | 125.8 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 61 | 0 | 0.97 | 0.67 | 0.28 | 341.23 | 0.95 | 0.37 |
| Hex | B8 | 5 | 3D | 0 | 61 | 43 | 1C | 155 | 5F | 25 |
| Octal | 270 | 5 | 75 | 0 | 141 | 103 | 34 | 525 | 137 | 45 |
| Binary | 10111000 | 101 | 111101 | 0 | 1100001 | 1000011 | 11100 | 101010101 | 1011111 | 100101 |
Color Harmonies of #B8053D
Complementary color
Monochromatic Colors of #B8053D
Black with #B8053D
Text Example
Text Example
White with #B8053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8053D; }
p { color: rgb(184,5,61); }
H1.HeaderClassName
{
color: #B8053D;
}
.AnyTagClassName
{
color: #B8053D;
}
</style>
background-color css
<style>
a { background-color: #B8053D; }
a { background-color: rgb(184,5,61); }
div.DivClassName
{
background-color: #B8053D;
}
.BgClassName
{
background-color: #B8053D;
}
</style>
border-color css
<style>
span { border-color: #B8053D; }
span { border-color: rgb(184,5,61); }
td.TdClassName
{
border-color: #B8053D;
}
.TagClassName
{
border-color: #B8053D;
}
</style>