Shades of Cardinal #B40535
Tints of Cardinal #B40535
RGB
CMYK
RGB Variations
Color information
#B40535 (or 0xB40535) is known color: Cardinal. HEX triplet: B4, 05 and 35. RGB value is (180,5,53). Sum of RGB (Red+Green+Blue) = 180+5+53=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B40535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40535 is #4BFACA. Grayscale: #3E3E3E. Windows color (decimal): -4979403 or 3474868. OLE color: 3474868.
HSL color Cylindrical-coordinate representation of color #B40535: hue angle of 343.54º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40535 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.29 |
| HSL | 343.54º | 0.95% | 0.36% | - |
| HSV(B) | 343.54º | 0.97% | 0.71% | - |
| XYZ | 19.52 | 10.07 | 4.28 | - |
| YUV | 62.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 53 | 0 | 0.97 | 0.71 | 0.29 | 343.54 | 0.95 | 0.36 |
| Hex | B4 | 5 | 35 | 0 | 61 | 47 | 1D | 158 | 5F | 24 |
| Octal | 264 | 5 | 65 | 0 | 141 | 107 | 35 | 530 | 137 | 44 |
| Binary | 10110100 | 101 | 110101 | 0 | 1100001 | 1000111 | 11101 | 101011000 | 1011111 | 100100 |
Color Harmonies of #B40535
Complementary color
Monochromatic Colors of #B40535
Black with #B40535
Text Example
Text Example
White with #B40535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40535; }
p { color: rgb(180,5,53); }
H1.HeaderClassName
{
color: #B40535;
}
.AnyTagClassName
{
color: #B40535;
}
</style>
background-color css
<style>
a { background-color: #B40535; }
a { background-color: rgb(180,5,53); }
div.DivClassName
{
background-color: #B40535;
}
.BgClassName
{
background-color: #B40535;
}
</style>
border-color css
<style>
span { border-color: #B40535; }
span { border-color: rgb(180,5,53); }
td.TdClassName
{
border-color: #B40535;
}
.TagClassName
{
border-color: #B40535;
}
</style>