Shades of Cardinal #B40033
Tints of Cardinal #B40033
RGB
CMYK
RGB Variations
Color information
#B40033 (or 0xB40033) is known color: Cardinal. HEX triplet: B4, 00 and 33. RGB value is (180,0,51). Sum of RGB (Red+Green+Blue) = 180+0+51=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B40033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40033 is #4BFFCC. Grayscale: #3B3B3B. Windows color (decimal): -4980685 or 3342516. OLE color: 3342516.
HSL color Cylindrical-coordinate representation of color #B40033: hue angle of 343º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40033 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.72 | 0.29 |
| HSL | 343º | 1% | 0.35% | - |
| HSV(B) | 343º | 1% | 0.71% | - |
| XYZ | 19.42 | 9.94 | 4.03 | - |
| YUV | 59.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 51 | 0 | 1 | 0.72 | 0.29 | 343 | 1 | 0.35 |
| Hex | B4 | 0 | 33 | 0 | 64 | 48 | 1D | 157 | 64 | 23 |
| Octal | 264 | 0 | 63 | 0 | 144 | 110 | 35 | 527 | 144 | 43 |
| Binary | 10110100 | 0 | 110011 | 0 | 1100100 | 1001000 | 11101 | 101010111 | 1100100 | 100011 |
Color Harmonies of #B40033
Complementary color
Monochromatic Colors of #B40033
Black with #B40033
Text Example
Text Example
White with #B40033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40033; }
p { color: rgb(180,0,51); }
H1.HeaderClassName
{
color: #B40033;
}
.AnyTagClassName
{
color: #B40033;
}
</style>
background-color css
<style>
a { background-color: #B40033; }
a { background-color: rgb(180,0,51); }
div.DivClassName
{
background-color: #B40033;
}
.BgClassName
{
background-color: #B40033;
}
</style>
border-color css
<style>
span { border-color: #B40033; }
span { border-color: rgb(180,0,51); }
td.TdClassName
{
border-color: #B40033;
}
.TagClassName
{
border-color: #B40033;
}
</style>