Shades of Cardinal #B40530
Tints of Cardinal #B40530
RGB
CMYK
RGB Variations
Color information
#B40530 (or 0xB40530) is known color: Cardinal. HEX triplet: B4, 05 and 30. RGB value is (180,5,48). Sum of RGB (Red+Green+Blue) = 180+5+48=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B40530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40530 is #4BFACF. Grayscale: #3E3E3E. Windows color (decimal): -4979408 or 3147188. OLE color: 3147188.
HSL color Cylindrical-coordinate representation of color #B40530: hue angle of 345.26º 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 #B40530 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 48 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.29 |
| HSL | 345.26º | 0.95% | 0.36% | - |
| HSV(B) | 345.26º | 0.97% | 0.71% | - |
| XYZ | 19.41 | 10.03 | 3.71 | - |
| YUV | 62.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 48 | 0 | 0.97 | 0.73 | 0.29 | 345.26 | 0.95 | 0.36 |
| Hex | B4 | 5 | 30 | 0 | 61 | 49 | 1D | 159 | 5F | 24 |
| Octal | 264 | 5 | 60 | 0 | 141 | 111 | 35 | 531 | 137 | 44 |
| Binary | 10110100 | 101 | 110000 | 0 | 1100001 | 1001001 | 11101 | 101011001 | 1011111 | 100100 |
Color Harmonies of #B40530
Complementary color
Monochromatic Colors of #B40530
Black with #B40530
Text Example
Text Example
White with #B40530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40530; }
p { color: rgb(180,5,48); }
H1.HeaderClassName
{
color: #B40530;
}
.AnyTagClassName
{
color: #B40530;
}
</style>
background-color css
<style>
a { background-color: #B40530; }
a { background-color: rgb(180,5,48); }
div.DivClassName
{
background-color: #B40530;
}
.BgClassName
{
background-color: #B40530;
}
</style>
border-color css
<style>
span { border-color: #B40530; }
span { border-color: rgb(180,5,48); }
td.TdClassName
{
border-color: #B40530;
}
.TagClassName
{
border-color: #B40530;
}
</style>