Shades of Cardinal #B32440
Tints of Cardinal #B32440
RGB
CMYK
RGB Variations
Color information
#B32440 (or 0xB32440) is known color: Cardinal. HEX triplet: B3, 24 and 40. RGB value is (179,36,64). Sum of RGB (Red+Green+Blue) = 179+36+64=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B32440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32440 is #4CDBBF. Grayscale: #515151. Windows color (decimal): -5036992 or 4203699. OLE color: 4203699.
HSL color Cylindrical-coordinate representation of color #B32440: hue angle of 348.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32440 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 64 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.30 |
| HSL | 348.25º | 0.67% | 0.42% | - |
| HSV(B) | 348.25º | 0.8% | 0.7% | - |
| XYZ | 20.15 | 11.22 | 5.95 | - |
| YUV | 81.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 64 | 0 | 0.80 | 0.64 | 0.30 | 348.25 | 0.67 | 0.42 |
| Hex | B3 | 24 | 40 | 0 | 50 | 40 | 1E | 15C | 43 | 2A |
| Octal | 263 | 44 | 100 | 0 | 120 | 100 | 36 | 534 | 103 | 52 |
| Binary | 10110011 | 100100 | 1000000 | 0 | 1010000 | 1000000 | 11110 | 101011100 | 1000011 | 101010 |
Color Harmonies of #B32440
Complementary color
Monochromatic Colors of #B32440
Black with #B32440
Text Example
Text Example
White with #B32440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32440; }
p { color: rgb(179,36,64); }
H1.HeaderClassName
{
color: #B32440;
}
.AnyTagClassName
{
color: #B32440;
}
</style>
background-color css
<style>
a { background-color: #B32440; }
a { background-color: rgb(179,36,64); }
div.DivClassName
{
background-color: #B32440;
}
.BgClassName
{
background-color: #B32440;
}
</style>
border-color css
<style>
span { border-color: #B32440; }
span { border-color: rgb(179,36,64); }
td.TdClassName
{
border-color: #B32440;
}
.TagClassName
{
border-color: #B32440;
}
</style>