Shades of Cardinal #B02631
Tints of Cardinal #B02631
RGB
CMYK
RGB Variations
Color information
#B02631 (or 0xB02631) is known color: Cardinal. HEX triplet: B0, 26 and 31. RGB value is (176,38,49). Sum of RGB (Red+Green+Blue) = 176+38+49=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02631 is #4FD9CE. Grayscale: #505050. Windows color (decimal): -5233103 or 3221168. OLE color: 3221168.
HSL color Cylindrical-coordinate representation of color #B02631: hue angle of 355.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02631 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 49 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.31 |
| HSL | 355.22º | 0.64% | 0.42% | - |
| HSV(B) | 355.22º | 0.78% | 0.69% | - |
| XYZ | 19.15 | 10.84 | 3.99 | - |
| YUV | 80.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 49 | 0 | 0.78 | 0.72 | 0.31 | 355.22 | 0.64 | 0.42 |
| Hex | B0 | 26 | 31 | 0 | 4E | 48 | 1F | 163 | 40 | 2A |
| Octal | 260 | 46 | 61 | 0 | 116 | 110 | 37 | 543 | 100 | 52 |
| Binary | 10110000 | 100110 | 110001 | 0 | 1001110 | 1001000 | 11111 | 101100011 | 1000000 | 101010 |
Color Harmonies of #B02631
Complementary color
Monochromatic Colors of #B02631
Black with #B02631
Text Example
Text Example
White with #B02631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02631; }
p { color: rgb(176,38,49); }
H1.HeaderClassName
{
color: #B02631;
}
.AnyTagClassName
{
color: #B02631;
}
</style>
background-color css
<style>
a { background-color: #B02631; }
a { background-color: rgb(176,38,49); }
div.DivClassName
{
background-color: #B02631;
}
.BgClassName
{
background-color: #B02631;
}
</style>
border-color css
<style>
span { border-color: #B02631; }
span { border-color: rgb(176,38,49); }
td.TdClassName
{
border-color: #B02631;
}
.TagClassName
{
border-color: #B02631;
}
</style>