Shades of Cardinal #B30D3F
Tints of Cardinal #B30D3F
RGB
CMYK
RGB Variations
Color information
#B30D3F (or 0xB30D3F) is known color: Cardinal. HEX triplet: B3, 0D and 3F. RGB value is (179,13,63). Sum of RGB (Red+Green+Blue) = 179+13+63=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D3F is #4CF2C0. Grayscale: #444444. Windows color (decimal): -5042881 or 4132275. OLE color: 4132275.
HSL color Cylindrical-coordinate representation of color #B30D3F: hue angle of 341.93º 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 #B30D3F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 63 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.30 |
| HSL | 341.93º | 0.86% | 0.38% | - |
| HSV(B) | 341.93º | 0.93% | 0.7% | - |
| XYZ | 19.63 | 10.23 | 5.64 | - |
| YUV | 68.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 63 | 0 | 0.93 | 0.65 | 0.30 | 341.93 | 0.86 | 0.38 |
| Hex | B3 | D | 3F | 0 | 5D | 41 | 1E | 156 | 56 | 26 |
| Octal | 263 | 15 | 77 | 0 | 135 | 101 | 36 | 526 | 126 | 46 |
| Binary | 10110011 | 1101 | 111111 | 0 | 1011101 | 1000001 | 11110 | 101010110 | 1010110 | 100110 |
Color Harmonies of #B30D3F
Complementary color
Monochromatic Colors of #B30D3F
Black with #B30D3F
Text Example
Text Example
White with #B30D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D3F; }
p { color: rgb(179,13,63); }
H1.HeaderClassName
{
color: #B30D3F;
}
.AnyTagClassName
{
color: #B30D3F;
}
</style>
background-color css
<style>
a { background-color: #B30D3F; }
a { background-color: rgb(179,13,63); }
div.DivClassName
{
background-color: #B30D3F;
}
.BgClassName
{
background-color: #B30D3F;
}
</style>
border-color css
<style>
span { border-color: #B30D3F; }
span { border-color: rgb(179,13,63); }
td.TdClassName
{
border-color: #B30D3F;
}
.TagClassName
{
border-color: #B30D3F;
}
</style>