Shades of Cardinal #B8203D
Tints of Cardinal #B8203D
RGB
CMYK
RGB Variations
Color information
#B8203D (or 0xB8203D) is known color: Cardinal. HEX triplet: B8, 20 and 3D. RGB value is (184,32,61). Sum of RGB (Red+Green+Blue) = 184+32+61=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8203D is #47DFC2. Grayscale: #505050. Windows color (decimal): -4710339 or 4006072. OLE color: 4006072.
HSL color Cylindrical-coordinate representation of color #B8203D: hue angle of 348.55º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8203D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 61 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.28 |
| HSL | 348.55º | 0.7% | 0.42% | - |
| HSV(B) | 348.55º | 0.83% | 0.72% | - |
| XYZ | 21.13 | 11.56 | 5.53 | - |
| YUV | 80.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 61 | 0 | 0.83 | 0.67 | 0.28 | 348.55 | 0.7 | 0.42 |
| Hex | B8 | 20 | 3D | 0 | 53 | 43 | 1C | 15D | 46 | 2A |
| Octal | 270 | 40 | 75 | 0 | 123 | 103 | 34 | 535 | 106 | 52 |
| Binary | 10111000 | 100000 | 111101 | 0 | 1010011 | 1000011 | 11100 | 101011101 | 1000110 | 101010 |
Color Harmonies of #B8203D
Complementary color
Monochromatic Colors of #B8203D
Black with #B8203D
Text Example
Text Example
White with #B8203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8203D; }
p { color: rgb(184,32,61); }
H1.HeaderClassName
{
color: #B8203D;
}
.AnyTagClassName
{
color: #B8203D;
}
</style>
background-color css
<style>
a { background-color: #B8203D; }
a { background-color: rgb(184,32,61); }
div.DivClassName
{
background-color: #B8203D;
}
.BgClassName
{
background-color: #B8203D;
}
</style>
border-color css
<style>
span { border-color: #B8203D; }
span { border-color: rgb(184,32,61); }
td.TdClassName
{
border-color: #B8203D;
}
.TagClassName
{
border-color: #B8203D;
}
</style>