Shades of Cardinal #B4253E
Tints of Cardinal #B4253E
RGB
CMYK
RGB Variations
Color information
#B4253E (or 0xB4253E) is known color: Cardinal. HEX triplet: B4, 25 and 3E. RGB value is (180,37,62). Sum of RGB (Red+Green+Blue) = 180+37+62=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4253E is #4BDAC1. Grayscale: #525252. Windows color (decimal): -4971202 or 4072884. OLE color: 4072884.
HSL color Cylindrical-coordinate representation of color #B4253E: hue angle of 349.51º 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 #B4253E is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 62 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.29 |
| HSL | 349.51º | 0.66% | 0.43% | - |
| HSV(B) | 349.51º | 0.79% | 0.71% | - |
| XYZ | 20.35 | 11.37 | 5.68 | - |
| YUV | 82.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 62 | 0 | 0.79 | 0.66 | 0.29 | 349.51 | 0.66 | 0.43 |
| Hex | B4 | 25 | 3E | 0 | 4F | 42 | 1D | 15E | 42 | 2B |
| Octal | 264 | 45 | 76 | 0 | 117 | 102 | 35 | 536 | 102 | 53 |
| Binary | 10110100 | 100101 | 111110 | 0 | 1001111 | 1000010 | 11101 | 101011110 | 1000010 | 101011 |
Color Harmonies of #B4253E
Complementary color
Monochromatic Colors of #B4253E
Black with #B4253E
Text Example
Text Example
White with #B4253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4253E; }
p { color: rgb(180,37,62); }
H1.HeaderClassName
{
color: #B4253E;
}
.AnyTagClassName
{
color: #B4253E;
}
</style>
background-color css
<style>
a { background-color: #B4253E; }
a { background-color: rgb(180,37,62); }
div.DivClassName
{
background-color: #B4253E;
}
.BgClassName
{
background-color: #B4253E;
}
</style>
border-color css
<style>
span { border-color: #B4253E; }
span { border-color: rgb(180,37,62); }
td.TdClassName
{
border-color: #B4253E;
}
.TagClassName
{
border-color: #B4253E;
}
</style>