Shades of Cardinal #B4253D
Tints of Cardinal #B4253D
RGB
CMYK
RGB Variations
Color information
#B4253D (or 0xB4253D) is known color: Cardinal. HEX triplet: B4, 25 and 3D. RGB value is (180,37,61). Sum of RGB (Red+Green+Blue) = 180+37+61=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4253D is #4BDAC2. Grayscale: #525252. Windows color (decimal): -4971203 or 4007348. OLE color: 4007348.
HSL color Cylindrical-coordinate representation of color #B4253D: hue angle of 349.93º 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 #B4253D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 61 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.29 |
| HSL | 349.93º | 0.66% | 0.43% | - |
| HSV(B) | 349.93º | 0.79% | 0.71% | - |
| XYZ | 20.33 | 11.36 | 5.54 | - |
| YUV | 82.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 61 | 0 | 0.79 | 0.66 | 0.29 | 349.93 | 0.66 | 0.43 |
| Hex | B4 | 25 | 3D | 0 | 4F | 42 | 1D | 15E | 42 | 2B |
| Octal | 264 | 45 | 75 | 0 | 117 | 102 | 35 | 536 | 102 | 53 |
| Binary | 10110100 | 100101 | 111101 | 0 | 1001111 | 1000010 | 11101 | 101011110 | 1000010 | 101011 |
Color Harmonies of #B4253D
Complementary color
Monochromatic Colors of #B4253D
Black with #B4253D
Text Example
Text Example
White with #B4253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4253D; }
p { color: rgb(180,37,61); }
H1.HeaderClassName
{
color: #B4253D;
}
.AnyTagClassName
{
color: #B4253D;
}
</style>
background-color css
<style>
a { background-color: #B4253D; }
a { background-color: rgb(180,37,61); }
div.DivClassName
{
background-color: #B4253D;
}
.BgClassName
{
background-color: #B4253D;
}
</style>
border-color css
<style>
span { border-color: #B4253D; }
span { border-color: rgb(180,37,61); }
td.TdClassName
{
border-color: #B4253D;
}
.TagClassName
{
border-color: #B4253D;
}
</style>