Shades of Cardinal #B02431
Tints of Cardinal #B02431
RGB
CMYK
RGB Variations
Color information
#B02431 (or 0xB02431) is known color: Cardinal. HEX triplet: B0, 24 and 31. RGB value is (176,36,49). Sum of RGB (Red+Green+Blue) = 176+36+49=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B02431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02431 is #4FDBCE. Grayscale: #4F4F4F. Windows color (decimal): -5233615 or 3220656. OLE color: 3220656.
HSL color Cylindrical-coordinate representation of color #B02431: hue angle of 354.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02431 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 49 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.31 |
| HSL | 354.43º | 0.66% | 0.42% | - |
| HSV(B) | 354.43º | 0.8% | 0.69% | - |
| XYZ | 19.09 | 10.71 | 3.97 | - |
| YUV | 79.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 49 | 0 | 0.80 | 0.72 | 0.31 | 354.43 | 0.66 | 0.42 |
| Hex | B0 | 24 | 31 | 0 | 50 | 48 | 1F | 162 | 42 | 2A |
| Octal | 260 | 44 | 61 | 0 | 120 | 110 | 37 | 542 | 102 | 52 |
| Binary | 10110000 | 100100 | 110001 | 0 | 1010000 | 1001000 | 11111 | 101100010 | 1000010 | 101010 |
Color Harmonies of #B02431
Complementary color
Monochromatic Colors of #B02431
Black with #B02431
Text Example
Text Example
White with #B02431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02431; }
p { color: rgb(176,36,49); }
H1.HeaderClassName
{
color: #B02431;
}
.AnyTagClassName
{
color: #B02431;
}
</style>
background-color css
<style>
a { background-color: #B02431; }
a { background-color: rgb(176,36,49); }
div.DivClassName
{
background-color: #B02431;
}
.BgClassName
{
background-color: #B02431;
}
</style>
border-color css
<style>
span { border-color: #B02431; }
span { border-color: rgb(176,36,49); }
td.TdClassName
{
border-color: #B02431;
}
.TagClassName
{
border-color: #B02431;
}
</style>