Shades of Cardinal #B40C38
Tints of Cardinal #B40C38
RGB
CMYK
RGB Variations
Color information
#B40C38 (or 0xB40C38) is known color: Cardinal. HEX triplet: B4, 0C and 38. RGB value is (180,12,56). Sum of RGB (Red+Green+Blue) = 180+12+56=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C38 is #4BF3C7. Grayscale: #434343. Windows color (decimal): -4977608 or 3673268. OLE color: 3673268.
HSL color Cylindrical-coordinate representation of color #B40C38: hue angle of 344.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C38 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 56 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.29 |
| HSL | 344.29º | 0.88% | 0.38% | - |
| HSV(B) | 344.29º | 0.93% | 0.71% | - |
| XYZ | 19.67 | 10.25 | 4.68 | - |
| YUV | 67.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 56 | 0 | 0.93 | 0.69 | 0.29 | 344.29 | 0.88 | 0.38 |
| Hex | B4 | C | 38 | 0 | 5D | 45 | 1D | 158 | 58 | 26 |
| Octal | 264 | 14 | 70 | 0 | 135 | 105 | 35 | 530 | 130 | 46 |
| Binary | 10110100 | 1100 | 111000 | 0 | 1011101 | 1000101 | 11101 | 101011000 | 1011000 | 100110 |
Color Harmonies of #B40C38
Complementary color
Monochromatic Colors of #B40C38
Black with #B40C38
Text Example
Text Example
White with #B40C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C38; }
p { color: rgb(180,12,56); }
H1.HeaderClassName
{
color: #B40C38;
}
.AnyTagClassName
{
color: #B40C38;
}
</style>
background-color css
<style>
a { background-color: #B40C38; }
a { background-color: rgb(180,12,56); }
div.DivClassName
{
background-color: #B40C38;
}
.BgClassName
{
background-color: #B40C38;
}
</style>
border-color css
<style>
span { border-color: #B40C38; }
span { border-color: rgb(180,12,56); }
td.TdClassName
{
border-color: #B40C38;
}
.TagClassName
{
border-color: #B40C38;
}
</style>