Shades of Cardinal #B0173D
Tints of Cardinal #B0173D
RGB
CMYK
RGB Variations
Color information
#B0173D (or 0xB0173D) is known color: Cardinal. HEX triplet: B0, 17 and 3D. RGB value is (176,23,61). Sum of RGB (Red+Green+Blue) = 176+23+61=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0173D is #4FE8C2. Grayscale: #494949. Windows color (decimal): -5236931 or 4003760. OLE color: 4003760.
HSL color Cylindrical-coordinate representation of color #B0173D: hue angle of 345.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0173D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 23 | 61 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.31 |
| HSL | 345.1º | 0.77% | 0.39% | - |
| HSV(B) | 345.1º | 0.87% | 0.69% | - |
| XYZ | 19.05 | 10.18 | 5.38 | - |
| YUV | 73.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 61 | 0 | 0.87 | 0.65 | 0.31 | 345.1 | 0.77 | 0.39 |
| Hex | B0 | 17 | 3D | 0 | 57 | 41 | 1F | 159 | 4D | 27 |
| Octal | 260 | 27 | 75 | 0 | 127 | 101 | 37 | 531 | 115 | 47 |
| Binary | 10110000 | 10111 | 111101 | 0 | 1010111 | 1000001 | 11111 | 101011001 | 1001101 | 100111 |
Color Harmonies of #B0173D
Complementary color
Monochromatic Colors of #B0173D
Black with #B0173D
Text Example
Text Example
White with #B0173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0173D; }
p { color: rgb(176,23,61); }
H1.HeaderClassName
{
color: #B0173D;
}
.AnyTagClassName
{
color: #B0173D;
}
</style>
background-color css
<style>
a { background-color: #B0173D; }
a { background-color: rgb(176,23,61); }
div.DivClassName
{
background-color: #B0173D;
}
.BgClassName
{
background-color: #B0173D;
}
</style>
border-color css
<style>
span { border-color: #B0173D; }
span { border-color: rgb(176,23,61); }
td.TdClassName
{
border-color: #B0173D;
}
.TagClassName
{
border-color: #B0173D;
}
</style>