Shades of Cardinal #B0202B
Tints of Cardinal #B0202B
RGB
CMYK
RGB Variations
Color information
#B0202B (or 0xB0202B) is known color: Cardinal. HEX triplet: B0, 20 and 2B. RGB value is (176,32,43). Sum of RGB (Red+Green+Blue) = 176+32+43=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B0202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0202B is #4FDFD4. Grayscale: #4C4C4C. Windows color (decimal): -5234645 or 2826416. OLE color: 2826416.
HSL color Cylindrical-coordinate representation of color #B0202B: hue angle of 355.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0202B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 43 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.31 |
| HSL | 355.42º | 0.69% | 0.41% | - |
| HSV(B) | 355.42º | 0.82% | 0.69% | - |
| XYZ | 18.86 | 10.44 | 3.31 | - |
| YUV | 76.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 43 | 0 | 0.82 | 0.76 | 0.31 | 355.42 | 0.69 | 0.41 |
| Hex | B0 | 20 | 2B | 0 | 52 | 4C | 1F | 163 | 45 | 29 |
| Octal | 260 | 40 | 53 | 0 | 122 | 114 | 37 | 543 | 105 | 51 |
| Binary | 10110000 | 100000 | 101011 | 0 | 1010010 | 1001100 | 11111 | 101100011 | 1000101 | 101001 |
Color Harmonies of #B0202B
Complementary color
Monochromatic Colors of #B0202B
Black with #B0202B
Text Example
Text Example
White with #B0202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0202B; }
p { color: rgb(176,32,43); }
H1.HeaderClassName
{
color: #B0202B;
}
.AnyTagClassName
{
color: #B0202B;
}
</style>
background-color css
<style>
a { background-color: #B0202B; }
a { background-color: rgb(176,32,43); }
div.DivClassName
{
background-color: #B0202B;
}
.BgClassName
{
background-color: #B0202B;
}
</style>
border-color css
<style>
span { border-color: #B0202B; }
span { border-color: rgb(176,32,43); }
td.TdClassName
{
border-color: #B0202B;
}
.TagClassName
{
border-color: #B0202B;
}
</style>