Shades of Cardinal #B30532
Tints of Cardinal #B30532
RGB
CMYK
RGB Variations
Color information
#B30532 (or 0xB30532) is known color: Cardinal. HEX triplet: B3, 05 and 32. RGB value is (179,5,50). Sum of RGB (Red+Green+Blue) = 179+5+50=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30532 is #4CFACD. Grayscale: #3E3E3E. Windows color (decimal): -5044942 or 3278259. OLE color: 3278259.
HSL color Cylindrical-coordinate representation of color #B30532: hue angle of 344.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30532 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 5 | 50 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.30 |
| HSL | 344.48º | 0.95% | 0.36% | - |
| HSV(B) | 344.48º | 0.97% | 0.7% | - |
| XYZ | 19.22 | 9.92 | 3.92 | - |
| YUV | 62.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 50 | 0 | 0.97 | 0.72 | 0.30 | 344.48 | 0.95 | 0.36 |
| Hex | B3 | 5 | 32 | 0 | 61 | 48 | 1E | 158 | 5F | 24 |
| Octal | 263 | 5 | 62 | 0 | 141 | 110 | 36 | 530 | 137 | 44 |
| Binary | 10110011 | 101 | 110010 | 0 | 1100001 | 1001000 | 11110 | 101011000 | 1011111 | 100100 |
Color Harmonies of #B30532
Complementary color
Monochromatic Colors of #B30532
Black with #B30532
Text Example
Text Example
White with #B30532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30532; }
p { color: rgb(179,5,50); }
H1.HeaderClassName
{
color: #B30532;
}
.AnyTagClassName
{
color: #B30532;
}
</style>
background-color css
<style>
a { background-color: #B30532; }
a { background-color: rgb(179,5,50); }
div.DivClassName
{
background-color: #B30532;
}
.BgClassName
{
background-color: #B30532;
}
</style>
border-color css
<style>
span { border-color: #B30532; }
span { border-color: rgb(179,5,50); }
td.TdClassName
{
border-color: #B30532;
}
.TagClassName
{
border-color: #B30532;
}
</style>