Shades of Cardinal #B40B32
Tints of Cardinal #B40B32
RGB
CMYK
RGB Variations
Color information
#B40B32 (or 0xB40B32) is known color: Cardinal. HEX triplet: B4, 0B and 32. RGB value is (180,11,50). Sum of RGB (Red+Green+Blue) = 180+11+50=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B32 is #4BF4CD. Grayscale: #414141. Windows color (decimal): -4977870 or 3279796. OLE color: 3279796.
HSL color Cylindrical-coordinate representation of color #B40B32: hue angle of 346.15º degrees, saturation: 0.88, 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 #B40B32 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.29 |
| HSL | 346.15º | 0.88% | 0.37% | - |
| HSV(B) | 346.15º | 0.94% | 0.71% | - |
| XYZ | 19.52 | 10.17 | 3.95 | - |
| YUV | 65.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 50 | 0 | 0.94 | 0.72 | 0.29 | 346.15 | 0.88 | 0.37 |
| Hex | B4 | B | 32 | 0 | 5E | 48 | 1D | 15A | 58 | 25 |
| Octal | 264 | 13 | 62 | 0 | 136 | 110 | 35 | 532 | 130 | 45 |
| Binary | 10110100 | 1011 | 110010 | 0 | 1011110 | 1001000 | 11101 | 101011010 | 1011000 | 100101 |
Color Harmonies of #B40B32
Complementary color
Monochromatic Colors of #B40B32
Black with #B40B32
Text Example
Text Example
White with #B40B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B32; }
p { color: rgb(180,11,50); }
H1.HeaderClassName
{
color: #B40B32;
}
.AnyTagClassName
{
color: #B40B32;
}
</style>
background-color css
<style>
a { background-color: #B40B32; }
a { background-color: rgb(180,11,50); }
div.DivClassName
{
background-color: #B40B32;
}
.BgClassName
{
background-color: #B40B32;
}
</style>
border-color css
<style>
span { border-color: #B40B32; }
span { border-color: rgb(180,11,50); }
td.TdClassName
{
border-color: #B40B32;
}
.TagClassName
{
border-color: #B40B32;
}
</style>