Shades of Cardinal #B8143D
Tints of Cardinal #B8143D
RGB
CMYK
RGB Variations
Color information
#B8143D (or 0xB8143D) is known color: Cardinal. HEX triplet: B8, 14 and 3D. RGB value is (184,20,61). Sum of RGB (Red+Green+Blue) = 184+20+61=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8143D is #47EBC2. Grayscale: #494949. Windows color (decimal): -4713411 or 4003000. OLE color: 4003000.
HSL color Cylindrical-coordinate representation of color #B8143D: hue angle of 345º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8143D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 61 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.28 |
| HSL | 345º | 0.8% | 0.4% | - |
| HSV(B) | 345º | 0.89% | 0.72% | - |
| XYZ | 20.86 | 11.03 | 5.44 | - |
| YUV | 73.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 61 | 0 | 0.89 | 0.67 | 0.28 | 345 | 0.8 | 0.4 |
| Hex | B8 | 14 | 3D | 0 | 59 | 43 | 1C | 159 | 50 | 28 |
| Octal | 270 | 24 | 75 | 0 | 131 | 103 | 34 | 531 | 120 | 50 |
| Binary | 10111000 | 10100 | 111101 | 0 | 1011001 | 1000011 | 11100 | 101011001 | 1010000 | 101000 |
Color Harmonies of #B8143D
Complementary color
Monochromatic Colors of #B8143D
Black with #B8143D
Text Example
Text Example
White with #B8143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8143D; }
p { color: rgb(184,20,61); }
H1.HeaderClassName
{
color: #B8143D;
}
.AnyTagClassName
{
color: #B8143D;
}
</style>
background-color css
<style>
a { background-color: #B8143D; }
a { background-color: rgb(184,20,61); }
div.DivClassName
{
background-color: #B8143D;
}
.BgClassName
{
background-color: #B8143D;
}
</style>
border-color css
<style>
span { border-color: #B8143D; }
span { border-color: rgb(184,20,61); }
td.TdClassName
{
border-color: #B8143D;
}
.TagClassName
{
border-color: #B8143D;
}
</style>