Shades of Cardinal #B30A31
Tints of Cardinal #B30A31
RGB
CMYK
RGB Variations
Color information
#B30A31 (or 0xB30A31) is known color: Cardinal. HEX triplet: B3, 0A and 31. RGB value is (179,10,49). Sum of RGB (Red+Green+Blue) = 179+10+49=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A31 is #4CF5CE. Grayscale: #404040. Windows color (decimal): -5043663 or 3214003. OLE color: 3214003.
HSL color Cylindrical-coordinate representation of color #B30A31: hue angle of 346.15º 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 #B30A31 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 49 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.30 |
| HSL | 346.15º | 0.89% | 0.37% | - |
| HSV(B) | 346.15º | 0.94% | 0.7% | - |
| XYZ | 19.25 | 10.02 | 3.83 | - |
| YUV | 64.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 49 | 0 | 0.94 | 0.73 | 0.30 | 346.15 | 0.89 | 0.37 |
| Hex | B3 | A | 31 | 0 | 5E | 49 | 1E | 15A | 59 | 25 |
| Octal | 263 | 12 | 61 | 0 | 136 | 111 | 36 | 532 | 131 | 45 |
| Binary | 10110011 | 1010 | 110001 | 0 | 1011110 | 1001001 | 11110 | 101011010 | 1011001 | 100101 |
Color Harmonies of #B30A31
Complementary color
Monochromatic Colors of #B30A31
Black with #B30A31
Text Example
Text Example
White with #B30A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A31; }
p { color: rgb(179,10,49); }
H1.HeaderClassName
{
color: #B30A31;
}
.AnyTagClassName
{
color: #B30A31;
}
</style>
background-color css
<style>
a { background-color: #B30A31; }
a { background-color: rgb(179,10,49); }
div.DivClassName
{
background-color: #B30A31;
}
.BgClassName
{
background-color: #B30A31;
}
</style>
border-color css
<style>
span { border-color: #B30A31; }
span { border-color: rgb(179,10,49); }
td.TdClassName
{
border-color: #B30A31;
}
.TagClassName
{
border-color: #B30A31;
}
</style>