Shades of Cardinal #B8232D
Tints of Cardinal #B8232D
RGB
CMYK
RGB Variations
Color information
#B8232D (or 0xB8232D) is known color: Cardinal. HEX triplet: B8, 23 and 2D. RGB value is (184,35,45). Sum of RGB (Red+Green+Blue) = 184+35+45=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8232D is #47DCD2. Grayscale: #505050. Windows color (decimal): -4709587 or 2958264. OLE color: 2958264.
HSL color Cylindrical-coordinate representation of color #B8232D: hue angle of 355.97º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8232D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 45 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.28 |
| HSL | 355.97º | 0.68% | 0.43% | - |
| HSV(B) | 355.97º | 0.81% | 0.72% | - |
| XYZ | 20.84 | 11.58 | 3.62 | - |
| YUV | 80.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 45 | 0 | 0.81 | 0.76 | 0.28 | 355.97 | 0.68 | 0.43 |
| Hex | B8 | 23 | 2D | 0 | 51 | 4C | 1C | 164 | 44 | 2B |
| Octal | 270 | 43 | 55 | 0 | 121 | 114 | 34 | 544 | 104 | 53 |
| Binary | 10111000 | 100011 | 101101 | 0 | 1010001 | 1001100 | 11100 | 101100100 | 1000100 | 101011 |
Color Harmonies of #B8232D
Complementary color
Monochromatic Colors of #B8232D
Black with #B8232D
Text Example
Text Example
White with #B8232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8232D; }
p { color: rgb(184,35,45); }
H1.HeaderClassName
{
color: #B8232D;
}
.AnyTagClassName
{
color: #B8232D;
}
</style>
background-color css
<style>
a { background-color: #B8232D; }
a { background-color: rgb(184,35,45); }
div.DivClassName
{
background-color: #B8232D;
}
.BgClassName
{
background-color: #B8232D;
}
</style>
border-color css
<style>
span { border-color: #B8232D; }
span { border-color: rgb(184,35,45); }
td.TdClassName
{
border-color: #B8232D;
}
.TagClassName
{
border-color: #B8232D;
}
</style>