Shades of Cardinal #B0202A
Tints of Cardinal #B0202A
RGB
CMYK
RGB Variations
Color information
#B0202A (or 0xB0202A) is known color: Cardinal. HEX triplet: B0, 20 and 2A. RGB value is (176,32,42). Sum of RGB (Red+Green+Blue) = 176+32+42=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B0202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0202A is #4FDFD5. Grayscale: #4C4C4C. Windows color (decimal): -5234646 or 2760880. OLE color: 2760880.
HSL color Cylindrical-coordinate representation of color #B0202A: hue angle of 355.83º 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 #B0202A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 42 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.31 |
| HSL | 355.83º | 0.69% | 0.41% | - |
| HSV(B) | 355.83º | 0.82% | 0.69% | - |
| XYZ | 18.84 | 10.43 | 3.21 | - |
| YUV | 76.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 42 | 0 | 0.82 | 0.76 | 0.31 | 355.83 | 0.69 | 0.41 |
| Hex | B0 | 20 | 2A | 0 | 52 | 4C | 1F | 164 | 45 | 29 |
| Octal | 260 | 40 | 52 | 0 | 122 | 114 | 37 | 544 | 105 | 51 |
| Binary | 10110000 | 100000 | 101010 | 0 | 1010010 | 1001100 | 11111 | 101100100 | 1000101 | 101001 |
Color Harmonies of #B0202A
Complementary color
Monochromatic Colors of #B0202A
Black with #B0202A
Text Example
Text Example
White with #B0202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0202A; }
p { color: rgb(176,32,42); }
H1.HeaderClassName
{
color: #B0202A;
}
.AnyTagClassName
{
color: #B0202A;
}
</style>
background-color css
<style>
a { background-color: #B0202A; }
a { background-color: rgb(176,32,42); }
div.DivClassName
{
background-color: #B0202A;
}
.BgClassName
{
background-color: #B0202A;
}
</style>
border-color css
<style>
span { border-color: #B0202A; }
span { border-color: rgb(176,32,42); }
td.TdClassName
{
border-color: #B0202A;
}
.TagClassName
{
border-color: #B0202A;
}
</style>