Shades of Cardinal #B0192D
Tints of Cardinal #B0192D
RGB
CMYK
RGB Variations
Color information
#B0192D (or 0xB0192D) is known color: Cardinal. HEX triplet: B0, 19 and 2D. RGB value is (176,25,45). Sum of RGB (Red+Green+Blue) = 176+25+45=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B0192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0192D is #4FE6D2. Grayscale: #484848. Windows color (decimal): -5236435 or 2955696. OLE color: 2955696.
HSL color Cylindrical-coordinate representation of color #B0192D: hue angle of 352.05º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0192D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 45 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.31 |
| HSL | 352.05º | 0.75% | 0.39% | - |
| HSV(B) | 352.05º | 0.86% | 0.69% | - |
| XYZ | 18.73 | 10.11 | 3.45 | - |
| YUV | 72.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 45 | 0 | 0.86 | 0.74 | 0.31 | 352.05 | 0.75 | 0.39 |
| Hex | B0 | 19 | 2D | 0 | 56 | 4A | 1F | 160 | 4B | 27 |
| Octal | 260 | 31 | 55 | 0 | 126 | 112 | 37 | 540 | 113 | 47 |
| Binary | 10110000 | 11001 | 101101 | 0 | 1010110 | 1001010 | 11111 | 101100000 | 1001011 | 100111 |
Color Harmonies of #B0192D
Complementary color
Monochromatic Colors of #B0192D
Black with #B0192D
Text Example
Text Example
White with #B0192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0192D; }
p { color: rgb(176,25,45); }
H1.HeaderClassName
{
color: #B0192D;
}
.AnyTagClassName
{
color: #B0192D;
}
</style>
background-color css
<style>
a { background-color: #B0192D; }
a { background-color: rgb(176,25,45); }
div.DivClassName
{
background-color: #B0192D;
}
.BgClassName
{
background-color: #B0192D;
}
</style>
border-color css
<style>
span { border-color: #B0192D; }
span { border-color: rgb(176,25,45); }
td.TdClassName
{
border-color: #B0192D;
}
.TagClassName
{
border-color: #B0192D;
}
</style>