Shades of Cardinal #B30A2B
Tints of Cardinal #B30A2B
RGB
CMYK
RGB Variations
Color information
#B30A2B (or 0xB30A2B) is known color: Cardinal. HEX triplet: B3, 0A and 2B. RGB value is (179,10,43). Sum of RGB (Red+Green+Blue) = 179+10+43=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A2B is #4CF5D4. Grayscale: #404040. Windows color (decimal): -5043669 or 2820787. OLE color: 2820787.
HSL color Cylindrical-coordinate representation of color #B30A2B: hue angle of 348.28º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A2B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 43 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.30 |
| HSL | 348.28º | 0.89% | 0.37% | - |
| HSV(B) | 348.28º | 0.94% | 0.7% | - |
| XYZ | 19.13 | 9.98 | 3.2 | - |
| YUV | 64.29 | 115.99 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 43 | 0 | 0.94 | 0.76 | 0.30 | 348.28 | 0.89 | 0.37 |
| Hex | B3 | A | 2B | 0 | 5E | 4C | 1E | 15C | 59 | 25 |
| Octal | 263 | 12 | 53 | 0 | 136 | 114 | 36 | 534 | 131 | 45 |
| Binary | 10110011 | 1010 | 101011 | 0 | 1011110 | 1001100 | 11110 | 101011100 | 1011001 | 100101 |
Color Harmonies of #B30A2B
Complementary color
Monochromatic Colors of #B30A2B
Black with #B30A2B
Text Example
Text Example
White with #B30A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A2B; }
p { color: rgb(179,10,43); }
H1.HeaderClassName
{
color: #B30A2B;
}
.AnyTagClassName
{
color: #B30A2B;
}
</style>
background-color css
<style>
a { background-color: #B30A2B; }
a { background-color: rgb(179,10,43); }
div.DivClassName
{
background-color: #B30A2B;
}
.BgClassName
{
background-color: #B30A2B;
}
</style>
border-color css
<style>
span { border-color: #B30A2B; }
span { border-color: rgb(179,10,43); }
td.TdClassName
{
border-color: #B30A2B;
}
.TagClassName
{
border-color: #B30A2B;
}
</style>