Shades of Cardinal #B40334
Tints of Cardinal #B40334
RGB
CMYK
RGB Variations
Color information
#B40334 (or 0xB40334) is known color: Cardinal. HEX triplet: B4, 03 and 34. RGB value is (180,3,52). Sum of RGB (Red+Green+Blue) = 180+3+52=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B40334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40334 is #4BFCCB. Grayscale: #3D3D3D. Windows color (decimal): -4979916 or 3408820. OLE color: 3408820.
HSL color Cylindrical-coordinate representation of color #B40334: hue angle of 343.39º 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 #B40334 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.29 |
| HSL | 343.39º | 0.97% | 0.36% | - |
| HSV(B) | 343.39º | 0.98% | 0.71% | - |
| XYZ | 19.47 | 10.02 | 4.16 | - |
| YUV | 61.51 | 122.64 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 52 | 0 | 0.98 | 0.71 | 0.29 | 343.39 | 0.97 | 0.36 |
| Hex | B4 | 3 | 34 | 0 | 62 | 47 | 1D | 157 | 61 | 24 |
| Octal | 264 | 3 | 64 | 0 | 142 | 107 | 35 | 527 | 141 | 44 |
| Binary | 10110100 | 11 | 110100 | 0 | 1100010 | 1000111 | 11101 | 101010111 | 1100001 | 100100 |
Color Harmonies of #B40334
Complementary color
Monochromatic Colors of #B40334
Black with #B40334
Text Example
Text Example
White with #B40334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40334; }
p { color: rgb(180,3,52); }
H1.HeaderClassName
{
color: #B40334;
}
.AnyTagClassName
{
color: #B40334;
}
</style>
background-color css
<style>
a { background-color: #B40334; }
a { background-color: rgb(180,3,52); }
div.DivClassName
{
background-color: #B40334;
}
.BgClassName
{
background-color: #B40334;
}
</style>
border-color css
<style>
span { border-color: #B40334; }
span { border-color: rgb(180,3,52); }
td.TdClassName
{
border-color: #B40334;
}
.TagClassName
{
border-color: #B40334;
}
</style>