Shades of Cardinal #B8243D
Tints of Cardinal #B8243D
RGB
CMYK
RGB Variations
Color information
#B8243D (or 0xB8243D) is known color: Cardinal. HEX triplet: B8, 24 and 3D. RGB value is (184,36,61). Sum of RGB (Red+Green+Blue) = 184+36+61=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8243D is #47DBC2. Grayscale: #535353. Windows color (decimal): -4709315 or 4007096. OLE color: 4007096.
HSL color Cylindrical-coordinate representation of color #B8243D: hue angle of 349.86º 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 #B8243D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 36 | 61 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.28 |
| HSL | 349.86º | 0.67% | 0.43% | - |
| HSV(B) | 349.86º | 0.8% | 0.72% | - |
| XYZ | 21.24 | 11.79 | 5.57 | - |
| YUV | 83.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 61 | 0 | 0.80 | 0.67 | 0.28 | 349.86 | 0.67 | 0.43 |
| Hex | B8 | 24 | 3D | 0 | 50 | 43 | 1C | 15E | 43 | 2B |
| Octal | 270 | 44 | 75 | 0 | 120 | 103 | 34 | 536 | 103 | 53 |
| Binary | 10111000 | 100100 | 111101 | 0 | 1010000 | 1000011 | 11100 | 101011110 | 1000011 | 101011 |
Color Harmonies of #B8243D
Complementary color
Monochromatic Colors of #B8243D
Black with #B8243D
Text Example
Text Example
White with #B8243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8243D; }
p { color: rgb(184,36,61); }
H1.HeaderClassName
{
color: #B8243D;
}
.AnyTagClassName
{
color: #B8243D;
}
</style>
background-color css
<style>
a { background-color: #B8243D; }
a { background-color: rgb(184,36,61); }
div.DivClassName
{
background-color: #B8243D;
}
.BgClassName
{
background-color: #B8243D;
}
</style>
border-color css
<style>
span { border-color: #B8243D; }
span { border-color: rgb(184,36,61); }
td.TdClassName
{
border-color: #B8243D;
}
.TagClassName
{
border-color: #B8243D;
}
</style>