Shades of Cardinal #B02136
Tints of Cardinal #B02136
RGB
CMYK
RGB Variations
Color information
#B02136 (or 0xB02136) is known color: Cardinal. HEX triplet: B0, 21 and 36. RGB value is (176,33,54). Sum of RGB (Red+Green+Blue) = 176+33+54=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02136 is #4FDEC9. Grayscale: #4E4E4E. Windows color (decimal): -5234378 or 3547568. OLE color: 3547568.
HSL color Cylindrical-coordinate representation of color #B02136: hue angle of 351.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02136 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 54 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.31 |
| HSL | 351.19º | 0.68% | 0.41% | - |
| HSV(B) | 351.19º | 0.81% | 0.69% | - |
| XYZ | 19.11 | 10.58 | 4.53 | - |
| YUV | 78.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 54 | 0 | 0.81 | 0.69 | 0.31 | 351.19 | 0.68 | 0.41 |
| Hex | B0 | 21 | 36 | 0 | 51 | 45 | 1F | 15F | 44 | 29 |
| Octal | 260 | 41 | 66 | 0 | 121 | 105 | 37 | 537 | 104 | 51 |
| Binary | 10110000 | 100001 | 110110 | 0 | 1010001 | 1000101 | 11111 | 101011111 | 1000100 | 101001 |
Color Harmonies of #B02136
Complementary color
Monochromatic Colors of #B02136
Black with #B02136
Text Example
Text Example
White with #B02136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02136; }
p { color: rgb(176,33,54); }
H1.HeaderClassName
{
color: #B02136;
}
.AnyTagClassName
{
color: #B02136;
}
</style>
background-color css
<style>
a { background-color: #B02136; }
a { background-color: rgb(176,33,54); }
div.DivClassName
{
background-color: #B02136;
}
.BgClassName
{
background-color: #B02136;
}
</style>
border-color css
<style>
span { border-color: #B02136; }
span { border-color: rgb(176,33,54); }
td.TdClassName
{
border-color: #B02136;
}
.TagClassName
{
border-color: #B02136;
}
</style>