Shades of Cardinal #B41E2E
Tints of Cardinal #B41E2E
RGB
CMYK
RGB Variations
Color information
#B41E2E (or 0xB41E2E) is known color: Cardinal. HEX triplet: B4, 1E and 2E. RGB value is (180,30,46). Sum of RGB (Red+Green+Blue) = 180+30+46=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E2E is #4BE1D1. Grayscale: #4C4C4C. Windows color (decimal): -4973010 or 3022516. OLE color: 3022516.
HSL color Cylindrical-coordinate representation of color #B41E2E: hue angle of 353.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41E2E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 46 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.29 |
| HSL | 353.6º | 0.71% | 0.41% | - |
| HSV(B) | 353.6º | 0.83% | 0.71% | - |
| XYZ | 19.78 | 10.83 | 3.63 | - |
| YUV | 76.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 46 | 0 | 0.83 | 0.74 | 0.29 | 353.6 | 0.71 | 0.41 |
| Hex | B4 | 1E | 2E | 0 | 53 | 4A | 1D | 162 | 47 | 29 |
| Octal | 264 | 36 | 56 | 0 | 123 | 112 | 35 | 542 | 107 | 51 |
| Binary | 10110100 | 11110 | 101110 | 0 | 1010011 | 1001010 | 11101 | 101100010 | 1000111 | 101001 |
Color Harmonies of #B41E2E
Complementary color
Monochromatic Colors of #B41E2E
Black with #B41E2E
Text Example
Text Example
White with #B41E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E2E; }
p { color: rgb(180,30,46); }
H1.HeaderClassName
{
color: #B41E2E;
}
.AnyTagClassName
{
color: #B41E2E;
}
</style>
background-color css
<style>
a { background-color: #B41E2E; }
a { background-color: rgb(180,30,46); }
div.DivClassName
{
background-color: #B41E2E;
}
.BgClassName
{
background-color: #B41E2E;
}
</style>
border-color css
<style>
span { border-color: #B41E2E; }
span { border-color: rgb(180,30,46); }
td.TdClassName
{
border-color: #B41E2E;
}
.TagClassName
{
border-color: #B41E2E;
}
</style>