Shades of Cardinal #B0232D
Tints of Cardinal #B0232D
RGB
CMYK
RGB Variations
Color information
#B0232D (or 0xB0232D) is known color: Cardinal. HEX triplet: B0, 23 and 2D. RGB value is (176,35,45). Sum of RGB (Red+Green+Blue) = 176+35+45=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0232D is #4FDCD2. Grayscale: #4E4E4E. Windows color (decimal): -5233875 or 2958256. OLE color: 2958256.
HSL color Cylindrical-coordinate representation of color #B0232D: hue angle of 355.74º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0232D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 45 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.31 |
| HSL | 355.74º | 0.67% | 0.41% | - |
| HSV(B) | 355.74º | 0.8% | 0.69% | - |
| XYZ | 18.98 | 10.62 | 3.53 | - |
| YUV | 78.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 45 | 0 | 0.80 | 0.74 | 0.31 | 355.74 | 0.67 | 0.41 |
| Hex | B0 | 23 | 2D | 0 | 50 | 4A | 1F | 164 | 43 | 29 |
| Octal | 260 | 43 | 55 | 0 | 120 | 112 | 37 | 544 | 103 | 51 |
| Binary | 10110000 | 100011 | 101101 | 0 | 1010000 | 1001010 | 11111 | 101100100 | 1000011 | 101001 |
Color Harmonies of #B0232D
Complementary color
Monochromatic Colors of #B0232D
Black with #B0232D
Text Example
Text Example
White with #B0232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0232D; }
p { color: rgb(176,35,45); }
H1.HeaderClassName
{
color: #B0232D;
}
.AnyTagClassName
{
color: #B0232D;
}
</style>
background-color css
<style>
a { background-color: #B0232D; }
a { background-color: rgb(176,35,45); }
div.DivClassName
{
background-color: #B0232D;
}
.BgClassName
{
background-color: #B0232D;
}
</style>
border-color css
<style>
span { border-color: #B0232D; }
span { border-color: rgb(176,35,45); }
td.TdClassName
{
border-color: #B0232D;
}
.TagClassName
{
border-color: #B0232D;
}
</style>