Shades of Cardinal #B40333
Tints of Cardinal #B40333
RGB
CMYK
RGB Variations
Color information
#B40333 (or 0xB40333) is known color: Cardinal. HEX triplet: B4, 03 and 33. RGB value is (180,3,51). Sum of RGB (Red+Green+Blue) = 180+3+51=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B40333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40333 is #4BFCCC. Grayscale: #3D3D3D. Windows color (decimal): -4979917 or 3343284. OLE color: 3343284.
HSL color Cylindrical-coordinate representation of color #B40333: hue angle of 343.73º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40333 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.29 |
| HSL | 343.73º | 0.97% | 0.36% | - |
| HSV(B) | 343.73º | 0.98% | 0.71% | - |
| XYZ | 19.45 | 10.01 | 4.04 | - |
| YUV | 61.4 | 122.14 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 51 | 0 | 0.98 | 0.72 | 0.29 | 343.73 | 0.97 | 0.36 |
| Hex | B4 | 3 | 33 | 0 | 62 | 48 | 1D | 158 | 61 | 24 |
| Octal | 264 | 3 | 63 | 0 | 142 | 110 | 35 | 530 | 141 | 44 |
| Binary | 10110100 | 11 | 110011 | 0 | 1100010 | 1001000 | 11101 | 101011000 | 1100001 | 100100 |
Color Harmonies of #B40333
Complementary color
Monochromatic Colors of #B40333
Black with #B40333
Text Example
Text Example
White with #B40333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40333; }
p { color: rgb(180,3,51); }
H1.HeaderClassName
{
color: #B40333;
}
.AnyTagClassName
{
color: #B40333;
}
</style>
background-color css
<style>
a { background-color: #B40333; }
a { background-color: rgb(180,3,51); }
div.DivClassName
{
background-color: #B40333;
}
.BgClassName
{
background-color: #B40333;
}
</style>
border-color css
<style>
span { border-color: #B40333; }
span { border-color: rgb(180,3,51); }
td.TdClassName
{
border-color: #B40333;
}
.TagClassName
{
border-color: #B40333;
}
</style>