Shades of Cardinal #B42241
Tints of Cardinal #B42241
RGB
CMYK
RGB Variations
Color information
#B42241 (or 0xB42241) is known color: Cardinal. HEX triplet: B4, 22 and 41. RGB value is (180,34,65). Sum of RGB (Red+Green+Blue) = 180+34+65=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B42241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42241 is #4BDDBE. Grayscale: #515151. Windows color (decimal): -4971967 or 4268724. OLE color: 4268724.
HSL color Cylindrical-coordinate representation of color #B42241: hue angle of 347.26º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42241 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 65 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.29 |
| HSL | 347.26º | 0.68% | 0.42% | - |
| HSV(B) | 347.26º | 0.81% | 0.71% | - |
| XYZ | 20.35 | 11.23 | 6.1 | - |
| YUV | 81.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 65 | 0 | 0.81 | 0.64 | 0.29 | 347.26 | 0.68 | 0.42 |
| Hex | B4 | 22 | 41 | 0 | 51 | 40 | 1D | 15B | 44 | 2A |
| Octal | 264 | 42 | 101 | 0 | 121 | 100 | 35 | 533 | 104 | 52 |
| Binary | 10110100 | 100010 | 1000001 | 0 | 1010001 | 1000000 | 11101 | 101011011 | 1000100 | 101010 |
Color Harmonies of #B42241
Complementary color
Monochromatic Colors of #B42241
Black with #B42241
Text Example
Text Example
White with #B42241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42241; }
p { color: rgb(180,34,65); }
H1.HeaderClassName
{
color: #B42241;
}
.AnyTagClassName
{
color: #B42241;
}
</style>
background-color css
<style>
a { background-color: #B42241; }
a { background-color: rgb(180,34,65); }
div.DivClassName
{
background-color: #B42241;
}
.BgClassName
{
background-color: #B42241;
}
</style>
border-color css
<style>
span { border-color: #B42241; }
span { border-color: rgb(180,34,65); }
td.TdClassName
{
border-color: #B42241;
}
.TagClassName
{
border-color: #B42241;
}
</style>