Shades of Cardinal #B0163D
Tints of Cardinal #B0163D
RGB
CMYK
RGB Variations
Color information
#B0163D (or 0xB0163D) is known color: Cardinal. HEX triplet: B0, 16 and 3D. RGB value is (176,22,61). Sum of RGB (Red+Green+Blue) = 176+22+61=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0163D is #4FE9C2. Grayscale: #484848. Windows color (decimal): -5237187 or 4003504. OLE color: 4003504.
HSL color Cylindrical-coordinate representation of color #B0163D: hue angle of 344.81º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0163D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 61 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.31 |
| HSL | 344.81º | 0.78% | 0.39% | - |
| HSV(B) | 344.81º | 0.88% | 0.69% | - |
| XYZ | 19.03 | 10.14 | 5.37 | - |
| YUV | 72.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 61 | 0 | 0.88 | 0.65 | 0.31 | 344.81 | 0.78 | 0.39 |
| Hex | B0 | 16 | 3D | 0 | 58 | 41 | 1F | 159 | 4E | 27 |
| Octal | 260 | 26 | 75 | 0 | 130 | 101 | 37 | 531 | 116 | 47 |
| Binary | 10110000 | 10110 | 111101 | 0 | 1011000 | 1000001 | 11111 | 101011001 | 1001110 | 100111 |
Color Harmonies of #B0163D
Complementary color
Monochromatic Colors of #B0163D
Black with #B0163D
Text Example
Text Example
White with #B0163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0163D; }
p { color: rgb(176,22,61); }
H1.HeaderClassName
{
color: #B0163D;
}
.AnyTagClassName
{
color: #B0163D;
}
</style>
background-color css
<style>
a { background-color: #B0163D; }
a { background-color: rgb(176,22,61); }
div.DivClassName
{
background-color: #B0163D;
}
.BgClassName
{
background-color: #B0163D;
}
</style>
border-color css
<style>
span { border-color: #B0163D; }
span { border-color: rgb(176,22,61); }
td.TdClassName
{
border-color: #B0163D;
}
.TagClassName
{
border-color: #B0163D;
}
</style>