Shades of Cardinal #B40238
Tints of Cardinal #B40238
RGB
CMYK
RGB Variations
Color information
#B40238 (or 0xB40238) is known color: Cardinal. HEX triplet: B4, 02 and 38. RGB value is (180,2,56). Sum of RGB (Red+Green+Blue) = 180+2+56=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B40238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40238 is #4BFDC7. Grayscale: #3D3D3D. Windows color (decimal): -4980168 or 3670708. OLE color: 3670708.
HSL color Cylindrical-coordinate representation of color #B40238: hue angle of 341.8º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40238 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.29 |
| HSL | 341.8º | 0.98% | 0.36% | - |
| HSV(B) | 341.8º | 0.99% | 0.71% | - |
| XYZ | 19.56 | 10.03 | 4.65 | - |
| YUV | 61.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 56 | 0 | 0.99 | 0.69 | 0.29 | 341.8 | 0.98 | 0.36 |
| Hex | B4 | 2 | 38 | 0 | 63 | 45 | 1D | 156 | 62 | 24 |
| Octal | 264 | 2 | 70 | 0 | 143 | 105 | 35 | 526 | 142 | 44 |
| Binary | 10110100 | 10 | 111000 | 0 | 1100011 | 1000101 | 11101 | 101010110 | 1100010 | 100100 |
Color Harmonies of #B40238
Complementary color
Monochromatic Colors of #B40238
Black with #B40238
Text Example
Text Example
White with #B40238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40238; }
p { color: rgb(180,2,56); }
H1.HeaderClassName
{
color: #B40238;
}
.AnyTagClassName
{
color: #B40238;
}
</style>
background-color css
<style>
a { background-color: #B40238; }
a { background-color: rgb(180,2,56); }
div.DivClassName
{
background-color: #B40238;
}
.BgClassName
{
background-color: #B40238;
}
</style>
border-color css
<style>
span { border-color: #B40238; }
span { border-color: rgb(180,2,56); }
td.TdClassName
{
border-color: #B40238;
}
.TagClassName
{
border-color: #B40238;
}
</style>