Shades of Cardinal #B8043D
Tints of Cardinal #B8043D
RGB
CMYK
RGB Variations
Color information
#B8043D (or 0xB8043D) is known color: Cardinal. HEX triplet: B8, 04 and 3D. RGB value is (184,4,61). Sum of RGB (Red+Green+Blue) = 184+4+61=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8043D is #47FBC2. Grayscale: #404040. Windows color (decimal): -4717507 or 3998904. OLE color: 3998904.
HSL color Cylindrical-coordinate representation of color #B8043D: hue angle of 341º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8043D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.28 |
| HSL | 341º | 0.96% | 0.37% | - |
| HSV(B) | 341º | 0.98% | 0.72% | - |
| XYZ | 20.65 | 10.61 | 5.38 | - |
| YUV | 64.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 61 | 0 | 0.98 | 0.67 | 0.28 | 341 | 0.96 | 0.37 |
| Hex | B8 | 4 | 3D | 0 | 62 | 43 | 1C | 155 | 60 | 25 |
| Octal | 270 | 4 | 75 | 0 | 142 | 103 | 34 | 525 | 140 | 45 |
| Binary | 10111000 | 100 | 111101 | 0 | 1100010 | 1000011 | 11100 | 101010101 | 1100000 | 100101 |
Color Harmonies of #B8043D
Complementary color
Monochromatic Colors of #B8043D
Black with #B8043D
Text Example
Text Example
White with #B8043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8043D; }
p { color: rgb(184,4,61); }
H1.HeaderClassName
{
color: #B8043D;
}
.AnyTagClassName
{
color: #B8043D;
}
</style>
background-color css
<style>
a { background-color: #B8043D; }
a { background-color: rgb(184,4,61); }
div.DivClassName
{
background-color: #B8043D;
}
.BgClassName
{
background-color: #B8043D;
}
</style>
border-color css
<style>
span { border-color: #B8043D; }
span { border-color: rgb(184,4,61); }
td.TdClassName
{
border-color: #B8043D;
}
.TagClassName
{
border-color: #B8043D;
}
</style>