Shades of Cardinal #B41B2E
Tints of Cardinal #B41B2E
RGB
CMYK
RGB Variations
Color information
#B41B2E (or 0xB41B2E) is known color: Cardinal. HEX triplet: B4, 1B and 2E. RGB value is (180,27,46). Sum of RGB (Red+Green+Blue) = 180+27+46=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B2E is #4BE4D1. Grayscale: #4A4A4A. Windows color (decimal): -4973778 or 3021748. OLE color: 3021748.
HSL color Cylindrical-coordinate representation of color #B41B2E: hue angle of 352.55º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41B2E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 27 | 46 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.29 |
| HSL | 352.55º | 0.74% | 0.41% | - |
| HSV(B) | 352.55º | 0.85% | 0.71% | - |
| XYZ | 19.71 | 10.68 | 3.61 | - |
| YUV | 74.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 46 | 0 | 0.85 | 0.74 | 0.29 | 352.55 | 0.74 | 0.41 |
| Hex | B4 | 1B | 2E | 0 | 55 | 4A | 1D | 161 | 4A | 29 |
| Octal | 264 | 33 | 56 | 0 | 125 | 112 | 35 | 541 | 112 | 51 |
| Binary | 10110100 | 11011 | 101110 | 0 | 1010101 | 1001010 | 11101 | 101100001 | 1001010 | 101001 |
Color Harmonies of #B41B2E
Complementary color
Monochromatic Colors of #B41B2E
Black with #B41B2E
Text Example
Text Example
White with #B41B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41B2E; }
p { color: rgb(180,27,46); }
H1.HeaderClassName
{
color: #B41B2E;
}
.AnyTagClassName
{
color: #B41B2E;
}
</style>
background-color css
<style>
a { background-color: #B41B2E; }
a { background-color: rgb(180,27,46); }
div.DivClassName
{
background-color: #B41B2E;
}
.BgClassName
{
background-color: #B41B2E;
}
</style>
border-color css
<style>
span { border-color: #B41B2E; }
span { border-color: rgb(180,27,46); }
td.TdClassName
{
border-color: #B41B2E;
}
.TagClassName
{
border-color: #B41B2E;
}
</style>