Shades of Cardinal #B70741
Tints of Cardinal #B70741
RGB
CMYK
RGB Variations
Color information
#B70741 (or 0xB70741) is known color: Cardinal. HEX triplet: B7, 07 and 41. RGB value is (183,7,65). Sum of RGB (Red+Green+Blue) = 183+7+65=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B70741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70741 is #48F8BE. Grayscale: #424242. Windows color (decimal): -4782271 or 4261815. OLE color: 4261815.
HSL color Cylindrical-coordinate representation of color #B70741: hue angle of 340.23º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70741 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.28 |
| HSL | 340.23º | 0.93% | 0.37% | - |
| HSV(B) | 340.23º | 0.96% | 0.72% | - |
| XYZ | 20.56 | 10.6 | 5.96 | - |
| YUV | 66.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 65 | 0 | 0.96 | 0.64 | 0.28 | 340.23 | 0.93 | 0.37 |
| Hex | B7 | 7 | 41 | 0 | 60 | 40 | 1C | 154 | 5D | 25 |
| Octal | 267 | 7 | 101 | 0 | 140 | 100 | 34 | 524 | 135 | 45 |
| Binary | 10110111 | 111 | 1000001 | 0 | 1100000 | 1000000 | 11100 | 101010100 | 1011101 | 100101 |
Color Harmonies of #B70741
Complementary color
Monochromatic Colors of #B70741
Black with #B70741
Text Example
Text Example
White with #B70741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70741; }
p { color: rgb(183,7,65); }
H1.HeaderClassName
{
color: #B70741;
}
.AnyTagClassName
{
color: #B70741;
}
</style>
background-color css
<style>
a { background-color: #B70741; }
a { background-color: rgb(183,7,65); }
div.DivClassName
{
background-color: #B70741;
}
.BgClassName
{
background-color: #B70741;
}
</style>
border-color css
<style>
span { border-color: #B70741; }
span { border-color: rgb(183,7,65); }
td.TdClassName
{
border-color: #B70741;
}
.TagClassName
{
border-color: #B70741;
}
</style>