Shades of Cardinal #B8243F
Tints of Cardinal #B8243F
RGB
CMYK
RGB Variations
Color information
#B8243F (or 0xB8243F) is known color: Cardinal. HEX triplet: B8, 24 and 3F. RGB value is (184,36,63). Sum of RGB (Red+Green+Blue) = 184+36+63=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8243F is #47DBC0. Grayscale: #535353. Windows color (decimal): -4709313 or 4138168. OLE color: 4138168.
HSL color Cylindrical-coordinate representation of color #B8243F: hue angle of 349.05º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8243F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 63 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.28 |
| HSL | 349.05º | 0.67% | 0.43% | - |
| HSV(B) | 349.05º | 0.8% | 0.72% | - |
| XYZ | 21.3 | 11.81 | 5.86 | - |
| YUV | 83.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 63 | 0 | 0.80 | 0.66 | 0.28 | 349.05 | 0.67 | 0.43 |
| Hex | B8 | 24 | 3F | 0 | 50 | 42 | 1C | 15D | 43 | 2B |
| Octal | 270 | 44 | 77 | 0 | 120 | 102 | 34 | 535 | 103 | 53 |
| Binary | 10111000 | 100100 | 111111 | 0 | 1010000 | 1000010 | 11100 | 101011101 | 1000011 | 101011 |
Color Harmonies of #B8243F
Complementary color
Monochromatic Colors of #B8243F
Black with #B8243F
Text Example
Text Example
White with #B8243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8243F; }
p { color: rgb(184,36,63); }
H1.HeaderClassName
{
color: #B8243F;
}
.AnyTagClassName
{
color: #B8243F;
}
</style>
background-color css
<style>
a { background-color: #B8243F; }
a { background-color: rgb(184,36,63); }
div.DivClassName
{
background-color: #B8243F;
}
.BgClassName
{
background-color: #B8243F;
}
</style>
border-color css
<style>
span { border-color: #B8243F; }
span { border-color: rgb(184,36,63); }
td.TdClassName
{
border-color: #B8243F;
}
.TagClassName
{
border-color: #B8243F;
}
</style>