Shades of Cardinal #B30A2A
Tints of Cardinal #B30A2A
RGB
CMYK
RGB Variations
Color information
#B30A2A (or 0xB30A2A) is known color: Cardinal. HEX triplet: B3, 0A and 2A. RGB value is (179,10,42). Sum of RGB (Red+Green+Blue) = 179+10+42=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A2A is #4CF5D5. Grayscale: #404040. Windows color (decimal): -5043670 or 2755251. OLE color: 2755251.
HSL color Cylindrical-coordinate representation of color #B30A2A: hue angle of 348.64º 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 #B30A2A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 42 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.30 |
| HSL | 348.64º | 0.89% | 0.37% | - |
| HSV(B) | 348.64º | 0.94% | 0.7% | - |
| XYZ | 19.12 | 9.97 | 3.11 | - |
| YUV | 64.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 42 | 0 | 0.94 | 0.77 | 0.30 | 348.64 | 0.89 | 0.37 |
| Hex | B3 | A | 2A | 0 | 5E | 4D | 1E | 15D | 59 | 25 |
| Octal | 263 | 12 | 52 | 0 | 136 | 115 | 36 | 535 | 131 | 45 |
| Binary | 10110011 | 1010 | 101010 | 0 | 1011110 | 1001101 | 11110 | 101011101 | 1011001 | 100101 |
Color Harmonies of #B30A2A
Complementary color
Monochromatic Colors of #B30A2A
Black with #B30A2A
Text Example
Text Example
White with #B30A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A2A; }
p { color: rgb(179,10,42); }
H1.HeaderClassName
{
color: #B30A2A;
}
.AnyTagClassName
{
color: #B30A2A;
}
</style>
background-color css
<style>
a { background-color: #B30A2A; }
a { background-color: rgb(179,10,42); }
div.DivClassName
{
background-color: #B30A2A;
}
.BgClassName
{
background-color: #B30A2A;
}
</style>
border-color css
<style>
span { border-color: #B30A2A; }
span { border-color: rgb(179,10,42); }
td.TdClassName
{
border-color: #B30A2A;
}
.TagClassName
{
border-color: #B30A2A;
}
</style>