Shades of Cardinal #B40737
Tints of Cardinal #B40737
RGB
CMYK
RGB Variations
Color information
#B40737 (or 0xB40737) is known color: Cardinal. HEX triplet: B4, 07 and 37. RGB value is (180,7,55). Sum of RGB (Red+Green+Blue) = 180+7+55=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B40737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40737 is #4BF8C8. Grayscale: #404040. Windows color (decimal): -4978889 or 3606452. OLE color: 3606452.
HSL color Cylindrical-coordinate representation of color #B40737: hue angle of 343.35º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40737 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 55 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.29 |
| HSL | 343.35º | 0.93% | 0.37% | - |
| HSV(B) | 343.35º | 0.96% | 0.71% | - |
| XYZ | 19.59 | 10.13 | 4.54 | - |
| YUV | 64.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 55 | 0 | 0.96 | 0.69 | 0.29 | 343.35 | 0.93 | 0.37 |
| Hex | B4 | 7 | 37 | 0 | 60 | 45 | 1D | 157 | 5D | 25 |
| Octal | 264 | 7 | 67 | 0 | 140 | 105 | 35 | 527 | 135 | 45 |
| Binary | 10110100 | 111 | 110111 | 0 | 1100000 | 1000101 | 11101 | 101010111 | 1011101 | 100101 |
Color Harmonies of #B40737
Complementary color
Monochromatic Colors of #B40737
Black with #B40737
Text Example
Text Example
White with #B40737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40737; }
p { color: rgb(180,7,55); }
H1.HeaderClassName
{
color: #B40737;
}
.AnyTagClassName
{
color: #B40737;
}
</style>
background-color css
<style>
a { background-color: #B40737; }
a { background-color: rgb(180,7,55); }
div.DivClassName
{
background-color: #B40737;
}
.BgClassName
{
background-color: #B40737;
}
</style>
border-color css
<style>
span { border-color: #B40737; }
span { border-color: rgb(180,7,55); }
td.TdClassName
{
border-color: #B40737;
}
.TagClassName
{
border-color: #B40737;
}
</style>