Shades of Cardinal #B8232B
Tints of Cardinal #B8232B
RGB
CMYK
RGB Variations
Color information
#B8232B (or 0xB8232B) is known color: Cardinal. HEX triplet: B8, 23 and 2B. RGB value is (184,35,43). Sum of RGB (Red+Green+Blue) = 184+35+43=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8232B is #47DCD4. Grayscale: #505050. Windows color (decimal): -4709589 or 2827192. OLE color: 2827192.
HSL color Cylindrical-coordinate representation of color #B8232B: hue angle of 356.78º 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 #B8232B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 43 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.28 |
| HSL | 356.78º | 0.68% | 0.43% | - |
| HSV(B) | 356.78º | 0.81% | 0.72% | - |
| XYZ | 20.8 | 11.57 | 3.42 | - |
| YUV | 80.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 43 | 0 | 0.81 | 0.77 | 0.28 | 356.78 | 0.68 | 0.43 |
| Hex | B8 | 23 | 2B | 0 | 51 | 4D | 1C | 165 | 44 | 2B |
| Octal | 270 | 43 | 53 | 0 | 121 | 115 | 34 | 545 | 104 | 53 |
| Binary | 10111000 | 100011 | 101011 | 0 | 1010001 | 1001101 | 11100 | 101100101 | 1000100 | 101011 |
Color Harmonies of #B8232B
Complementary color
Monochromatic Colors of #B8232B
Black with #B8232B
Text Example
Text Example
White with #B8232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8232B; }
p { color: rgb(184,35,43); }
H1.HeaderClassName
{
color: #B8232B;
}
.AnyTagClassName
{
color: #B8232B;
}
</style>
background-color css
<style>
a { background-color: #B8232B; }
a { background-color: rgb(184,35,43); }
div.DivClassName
{
background-color: #B8232B;
}
.BgClassName
{
background-color: #B8232B;
}
</style>
border-color css
<style>
span { border-color: #B8232B; }
span { border-color: rgb(184,35,43); }
td.TdClassName
{
border-color: #B8232B;
}
.TagClassName
{
border-color: #B8232B;
}
</style>