Shades of Cardinal #B40B34
Tints of Cardinal #B40B34
RGB
CMYK
RGB Variations
Color information
#B40B34 (or 0xB40B34) is known color: Cardinal. HEX triplet: B4, 0B and 34. RGB value is (180,11,52). Sum of RGB (Red+Green+Blue) = 180+11+52=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B34 is #4BF4CB. Grayscale: #424242. Windows color (decimal): -4977868 or 3410868. OLE color: 3410868.
HSL color Cylindrical-coordinate representation of color #B40B34: hue angle of 345.44º 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 #B40B34 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 11 | 52 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.29 |
| HSL | 345.44º | 0.88% | 0.37% | - |
| HSV(B) | 345.44º | 0.94% | 0.71% | - |
| XYZ | 19.56 | 10.19 | 4.18 | - |
| YUV | 66.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 52 | 0 | 0.94 | 0.71 | 0.29 | 345.44 | 0.88 | 0.37 |
| Hex | B4 | B | 34 | 0 | 5E | 47 | 1D | 159 | 58 | 25 |
| Octal | 264 | 13 | 64 | 0 | 136 | 107 | 35 | 531 | 130 | 45 |
| Binary | 10110100 | 1011 | 110100 | 0 | 1011110 | 1000111 | 11101 | 101011001 | 1011000 | 100101 |
Color Harmonies of #B40B34
Complementary color
Monochromatic Colors of #B40B34
Black with #B40B34
Text Example
Text Example
White with #B40B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40B34; }
p { color: rgb(180,11,52); }
H1.HeaderClassName
{
color: #B40B34;
}
.AnyTagClassName
{
color: #B40B34;
}
</style>
background-color css
<style>
a { background-color: #B40B34; }
a { background-color: rgb(180,11,52); }
div.DivClassName
{
background-color: #B40B34;
}
.BgClassName
{
background-color: #B40B34;
}
</style>
border-color css
<style>
span { border-color: #B40B34; }
span { border-color: rgb(180,11,52); }
td.TdClassName
{
border-color: #B40B34;
}
.TagClassName
{
border-color: #B40B34;
}
</style>