Shades of Cardinal #B0102D
Tints of Cardinal #B0102D
RGB
CMYK
RGB Variations
Color information
#B0102D (or 0xB0102D) is known color: Cardinal. HEX triplet: B0, 10 and 2D. RGB value is (176,16,45). Sum of RGB (Red+Green+Blue) = 176+16+45=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B0102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0102D is #4FEFD2. Grayscale: #434343. Windows color (decimal): -5238739 or 2953392. OLE color: 2953392.
HSL color Cylindrical-coordinate representation of color #B0102D: hue angle of 349.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0102D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.31 |
| HSL | 349.13º | 0.83% | 0.38% | - |
| HSV(B) | 349.13º | 0.91% | 0.69% | - |
| XYZ | 18.56 | 9.79 | 3.39 | - |
| YUV | 67.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 45 | 0 | 0.91 | 0.74 | 0.31 | 349.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | 2D | 0 | 5B | 4A | 1F | 15D | 53 | 26 |
| Octal | 260 | 20 | 55 | 0 | 133 | 112 | 37 | 535 | 123 | 46 |
| Binary | 10110000 | 10000 | 101101 | 0 | 1011011 | 1001010 | 11111 | 101011101 | 1010011 | 100110 |
Color Harmonies of #B0102D
Complementary color
Monochromatic Colors of #B0102D
Black with #B0102D
Text Example
Text Example
White with #B0102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0102D; }
p { color: rgb(176,16,45); }
H1.HeaderClassName
{
color: #B0102D;
}
.AnyTagClassName
{
color: #B0102D;
}
</style>
background-color css
<style>
a { background-color: #B0102D; }
a { background-color: rgb(176,16,45); }
div.DivClassName
{
background-color: #B0102D;
}
.BgClassName
{
background-color: #B0102D;
}
</style>
border-color css
<style>
span { border-color: #B0102D; }
span { border-color: rgb(176,16,45); }
td.TdClassName
{
border-color: #B0102D;
}
.TagClassName
{
border-color: #B0102D;
}
</style>