Shades of Cardinal #B30A2E
Tints of Cardinal #B30A2E
RGB
CMYK
RGB Variations
Color information
#B30A2E (or 0xB30A2E) is known color: Cardinal. HEX triplet: B3, 0A and 2E. RGB value is (179,10,46). Sum of RGB (Red+Green+Blue) = 179+10+46=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A2E is #4CF5D1. Grayscale: #404040. Windows color (decimal): -5043666 or 3017395. OLE color: 3017395.
HSL color Cylindrical-coordinate representation of color #B30A2E: hue angle of 347.22º 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 #B30A2E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 46 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.30 |
| HSL | 347.22º | 0.89% | 0.37% | - |
| HSV(B) | 347.22º | 0.94% | 0.7% | - |
| XYZ | 19.19 | 10 | 3.5 | - |
| YUV | 64.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 46 | 0 | 0.94 | 0.74 | 0.30 | 347.22 | 0.89 | 0.37 |
| Hex | B3 | A | 2E | 0 | 5E | 4A | 1E | 15B | 59 | 25 |
| Octal | 263 | 12 | 56 | 0 | 136 | 112 | 36 | 533 | 131 | 45 |
| Binary | 10110011 | 1010 | 101110 | 0 | 1011110 | 1001010 | 11110 | 101011011 | 1011001 | 100101 |
Color Harmonies of #B30A2E
Complementary color
Monochromatic Colors of #B30A2E
Black with #B30A2E
Text Example
Text Example
White with #B30A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A2E; }
p { color: rgb(179,10,46); }
H1.HeaderClassName
{
color: #B30A2E;
}
.AnyTagClassName
{
color: #B30A2E;
}
</style>
background-color css
<style>
a { background-color: #B30A2E; }
a { background-color: rgb(179,10,46); }
div.DivClassName
{
background-color: #B30A2E;
}
.BgClassName
{
background-color: #B30A2E;
}
</style>
border-color css
<style>
span { border-color: #B30A2E; }
span { border-color: rgb(179,10,46); }
td.TdClassName
{
border-color: #B30A2E;
}
.TagClassName
{
border-color: #B30A2E;
}
</style>