Shades of Cardinal #B30440
Tints of Cardinal #B30440
RGB
CMYK
RGB Variations
Color information
#B30440 (or 0xB30440) is known color: Cardinal. HEX triplet: B3, 04 and 40. RGB value is (179,4,64). Sum of RGB (Red+Green+Blue) = 179+4+64=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B30440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30440 is #4CFBBF. Grayscale: #3F3F3F. Windows color (decimal): -5045184 or 4195507. OLE color: 4195507.
HSL color Cylindrical-coordinate representation of color #B30440: hue angle of 339.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30440 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.30 |
| HSL | 339.43º | 0.96% | 0.36% | - |
| HSV(B) | 339.43º | 0.98% | 0.7% | - |
| XYZ | 19.56 | 10.04 | 5.76 | - |
| YUV | 63.17 | 128.48 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 64 | 0 | 0.98 | 0.64 | 0.30 | 339.43 | 0.96 | 0.36 |
| Hex | B3 | 4 | 40 | 0 | 62 | 40 | 1E | 153 | 60 | 24 |
| Octal | 263 | 4 | 100 | 0 | 142 | 100 | 36 | 523 | 140 | 44 |
| Binary | 10110011 | 100 | 1000000 | 0 | 1100010 | 1000000 | 11110 | 101010011 | 1100000 | 100100 |
Color Harmonies of #B30440
Complementary color
Monochromatic Colors of #B30440
Black with #B30440
Text Example
Text Example
White with #B30440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30440; }
p { color: rgb(179,4,64); }
H1.HeaderClassName
{
color: #B30440;
}
.AnyTagClassName
{
color: #B30440;
}
</style>
background-color css
<style>
a { background-color: #B30440; }
a { background-color: rgb(179,4,64); }
div.DivClassName
{
background-color: #B30440;
}
.BgClassName
{
background-color: #B30440;
}
</style>
border-color css
<style>
span { border-color: #B30440; }
span { border-color: rgb(179,4,64); }
td.TdClassName
{
border-color: #B30440;
}
.TagClassName
{
border-color: #B30440;
}
</style>