Shades of Cardinal #B8183F
Tints of Cardinal #B8183F
RGB
CMYK
RGB Variations
Color information
#B8183F (or 0xB8183F) is known color: Cardinal. HEX triplet: B8, 18 and 3F. RGB value is (184,24,63). Sum of RGB (Red+Green+Blue) = 184+24+63=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B8183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8183F is #47E7C0. Grayscale: #4C4C4C. Windows color (decimal): -4712385 or 4135096. OLE color: 4135096.
HSL color Cylindrical-coordinate representation of color #B8183F: hue angle of 345.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8183F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 63 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.28 |
| HSL | 345.38º | 0.77% | 0.41% | - |
| HSV(B) | 345.38º | 0.87% | 0.72% | - |
| XYZ | 20.99 | 11.2 | 5.76 | - |
| YUV | 76.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 63 | 0 | 0.87 | 0.66 | 0.28 | 345.38 | 0.77 | 0.41 |
| Hex | B8 | 18 | 3F | 0 | 57 | 42 | 1C | 159 | 4D | 29 |
| Octal | 270 | 30 | 77 | 0 | 127 | 102 | 34 | 531 | 115 | 51 |
| Binary | 10111000 | 11000 | 111111 | 0 | 1010111 | 1000010 | 11100 | 101011001 | 1001101 | 101001 |
Color Harmonies of #B8183F
Complementary color
Monochromatic Colors of #B8183F
Black with #B8183F
Text Example
Text Example
White with #B8183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8183F; }
p { color: rgb(184,24,63); }
H1.HeaderClassName
{
color: #B8183F;
}
.AnyTagClassName
{
color: #B8183F;
}
</style>
background-color css
<style>
a { background-color: #B8183F; }
a { background-color: rgb(184,24,63); }
div.DivClassName
{
background-color: #B8183F;
}
.BgClassName
{
background-color: #B8183F;
}
</style>
border-color css
<style>
span { border-color: #B8183F; }
span { border-color: rgb(184,24,63); }
td.TdClassName
{
border-color: #B8183F;
}
.TagClassName
{
border-color: #B8183F;
}
</style>