Shades of Cardinal #B40A39
Tints of Cardinal #B40A39
RGB
CMYK
RGB Variations
Color information
#B40A39 (or 0xB40A39) is known color: Cardinal. HEX triplet: B4, 0A and 39. RGB value is (180,10,57). Sum of RGB (Red+Green+Blue) = 180+10+57=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A39 is #4BF5C6. Grayscale: #424242. Windows color (decimal): -4978119 or 3738292. OLE color: 3738292.
HSL color Cylindrical-coordinate representation of color #B40A39: hue angle of 343.41º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A39 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 10 | 57 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.29 |
| HSL | 343.41º | 0.89% | 0.37% | - |
| HSV(B) | 343.41º | 0.94% | 0.71% | - |
| XYZ | 19.67 | 10.22 | 4.81 | - |
| YUV | 66.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 10 | 57 | 0 | 0.94 | 0.68 | 0.29 | 343.41 | 0.89 | 0.37 |
| Hex | B4 | A | 39 | 0 | 5E | 44 | 1D | 157 | 59 | 25 |
| Octal | 264 | 12 | 71 | 0 | 136 | 104 | 35 | 527 | 131 | 45 |
| Binary | 10110100 | 1010 | 111001 | 0 | 1011110 | 1000100 | 11101 | 101010111 | 1011001 | 100101 |
Color Harmonies of #B40A39
Complementary color
Monochromatic Colors of #B40A39
Black with #B40A39
Text Example
Text Example
White with #B40A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40A39; }
p { color: rgb(180,10,57); }
H1.HeaderClassName
{
color: #B40A39;
}
.AnyTagClassName
{
color: #B40A39;
}
</style>
background-color css
<style>
a { background-color: #B40A39; }
a { background-color: rgb(180,10,57); }
div.DivClassName
{
background-color: #B40A39;
}
.BgClassName
{
background-color: #B40A39;
}
</style>
border-color css
<style>
span { border-color: #B40A39; }
span { border-color: rgb(180,10,57); }
td.TdClassName
{
border-color: #B40A39;
}
.TagClassName
{
border-color: #B40A39;
}
</style>