Shades of Cardinal #B30D3E
Tints of Cardinal #B30D3E
RGB
CMYK
RGB Variations
Color information
#B30D3E (or 0xB30D3E) is known color: Cardinal. HEX triplet: B3, 0D and 3E. RGB value is (179,13,62). Sum of RGB (Red+Green+Blue) = 179+13+62=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D3E is #4CF2C1. Grayscale: #444444. Windows color (decimal): -5042882 or 4066739. OLE color: 4066739.
HSL color Cylindrical-coordinate representation of color #B30D3E: hue angle of 342.29º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D3E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 62 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.30 |
| HSL | 342.29º | 0.86% | 0.38% | - |
| HSV(B) | 342.29º | 0.93% | 0.7% | - |
| XYZ | 19.6 | 10.22 | 5.5 | - |
| YUV | 68.22 | 124.5 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 62 | 0 | 0.93 | 0.65 | 0.30 | 342.29 | 0.86 | 0.38 |
| Hex | B3 | D | 3E | 0 | 5D | 41 | 1E | 156 | 56 | 26 |
| Octal | 263 | 15 | 76 | 0 | 135 | 101 | 36 | 526 | 126 | 46 |
| Binary | 10110011 | 1101 | 111110 | 0 | 1011101 | 1000001 | 11110 | 101010110 | 1010110 | 100110 |
Color Harmonies of #B30D3E
Complementary color
Monochromatic Colors of #B30D3E
Black with #B30D3E
Text Example
Text Example
White with #B30D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D3E; }
p { color: rgb(179,13,62); }
H1.HeaderClassName
{
color: #B30D3E;
}
.AnyTagClassName
{
color: #B30D3E;
}
</style>
background-color css
<style>
a { background-color: #B30D3E; }
a { background-color: rgb(179,13,62); }
div.DivClassName
{
background-color: #B30D3E;
}
.BgClassName
{
background-color: #B30D3E;
}
</style>
border-color css
<style>
span { border-color: #B30D3E; }
span { border-color: rgb(179,13,62); }
td.TdClassName
{
border-color: #B30D3E;
}
.TagClassName
{
border-color: #B30D3E;
}
</style>