Shades of Cardinal #B42531
Tints of Cardinal #B42531
RGB
CMYK
RGB Variations
Color information
#B42531 (or 0xB42531) is known color: Cardinal. HEX triplet: B4, 25 and 31. RGB value is (180,37,49). Sum of RGB (Red+Green+Blue) = 180+37+49=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B42531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42531 is #4BDACE. Grayscale: #515151. Windows color (decimal): -4971215 or 3220916. OLE color: 3220916.
HSL color Cylindrical-coordinate representation of color #B42531: hue angle of 354.97º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42531 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 49 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.29 |
| HSL | 354.97º | 0.66% | 0.43% | - |
| HSV(B) | 354.97º | 0.79% | 0.71% | - |
| XYZ | 20.04 | 11.25 | 4.02 | - |
| YUV | 81.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 49 | 0 | 0.79 | 0.73 | 0.29 | 354.97 | 0.66 | 0.43 |
| Hex | B4 | 25 | 31 | 0 | 4F | 49 | 1D | 163 | 42 | 2B |
| Octal | 264 | 45 | 61 | 0 | 117 | 111 | 35 | 543 | 102 | 53 |
| Binary | 10110100 | 100101 | 110001 | 0 | 1001111 | 1001001 | 11101 | 101100011 | 1000010 | 101011 |
Color Harmonies of #B42531
Complementary color
Monochromatic Colors of #B42531
Black with #B42531
Text Example
Text Example
White with #B42531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42531; }
p { color: rgb(180,37,49); }
H1.HeaderClassName
{
color: #B42531;
}
.AnyTagClassName
{
color: #B42531;
}
</style>
background-color css
<style>
a { background-color: #B42531; }
a { background-color: rgb(180,37,49); }
div.DivClassName
{
background-color: #B42531;
}
.BgClassName
{
background-color: #B42531;
}
</style>
border-color css
<style>
span { border-color: #B42531; }
span { border-color: rgb(180,37,49); }
td.TdClassName
{
border-color: #B42531;
}
.TagClassName
{
border-color: #B42531;
}
</style>