Shades of Cardinal #B31735
Tints of Cardinal #B31735
RGB
CMYK
RGB Variations
Color information
#B31735 (or 0xB31735) is known color: Cardinal. HEX triplet: B3, 17 and 35. RGB value is (179,23,53). Sum of RGB (Red+Green+Blue) = 179+23+53=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31735 is #4CE8CA. Grayscale: #494949. Windows color (decimal): -5040331 or 3479475. OLE color: 3479475.
HSL color Cylindrical-coordinate representation of color #B31735: hue angle of 348.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31735 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 53 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.30 |
| HSL | 348.46º | 0.77% | 0.4% | - |
| HSV(B) | 348.46º | 0.87% | 0.7% | - |
| XYZ | 19.54 | 10.45 | 4.36 | - |
| YUV | 73.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 53 | 0 | 0.87 | 0.70 | 0.30 | 348.46 | 0.77 | 0.4 |
| Hex | B3 | 17 | 35 | 0 | 57 | 46 | 1E | 15C | 4D | 28 |
| Octal | 263 | 27 | 65 | 0 | 127 | 106 | 36 | 534 | 115 | 50 |
| Binary | 10110011 | 10111 | 110101 | 0 | 1010111 | 1000110 | 11110 | 101011100 | 1001101 | 101000 |
Color Harmonies of #B31735
Complementary color
Monochromatic Colors of #B31735
Black with #B31735
Text Example
Text Example
White with #B31735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31735; }
p { color: rgb(179,23,53); }
H1.HeaderClassName
{
color: #B31735;
}
.AnyTagClassName
{
color: #B31735;
}
</style>
background-color css
<style>
a { background-color: #B31735; }
a { background-color: rgb(179,23,53); }
div.DivClassName
{
background-color: #B31735;
}
.BgClassName
{
background-color: #B31735;
}
</style>
border-color css
<style>
span { border-color: #B31735; }
span { border-color: rgb(179,23,53); }
td.TdClassName
{
border-color: #B31735;
}
.TagClassName
{
border-color: #B31735;
}
</style>