Shades of Cardinal #B30D2D
Tints of Cardinal #B30D2D
RGB
CMYK
RGB Variations
Color information
#B30D2D (or 0xB30D2D) is known color: Cardinal. HEX triplet: B3, 0D and 2D. RGB value is (179,13,45). Sum of RGB (Red+Green+Blue) = 179+13+45=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D2D is #4CF2D2. Grayscale: #424242. Windows color (decimal): -5042899 or 2952627. OLE color: 2952627.
HSL color Cylindrical-coordinate representation of color #B30D2D: hue angle of 348.43º 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 #B30D2D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.30 |
| HSL | 348.43º | 0.86% | 0.38% | - |
| HSV(B) | 348.43º | 0.93% | 0.7% | - |
| XYZ | 19.21 | 10.06 | 3.41 | - |
| YUV | 66.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 45 | 0 | 0.93 | 0.75 | 0.30 | 348.43 | 0.86 | 0.38 |
| Hex | B3 | D | 2D | 0 | 5D | 4B | 1E | 15C | 56 | 26 |
| Octal | 263 | 15 | 55 | 0 | 135 | 113 | 36 | 534 | 126 | 46 |
| Binary | 10110011 | 1101 | 101101 | 0 | 1011101 | 1001011 | 11110 | 101011100 | 1010110 | 100110 |
Color Harmonies of #B30D2D
Complementary color
Monochromatic Colors of #B30D2D
Black with #B30D2D
Text Example
Text Example
White with #B30D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30D2D; }
p { color: rgb(179,13,45); }
H1.HeaderClassName
{
color: #B30D2D;
}
.AnyTagClassName
{
color: #B30D2D;
}
</style>
background-color css
<style>
a { background-color: #B30D2D; }
a { background-color: rgb(179,13,45); }
div.DivClassName
{
background-color: #B30D2D;
}
.BgClassName
{
background-color: #B30D2D;
}
</style>
border-color css
<style>
span { border-color: #B30D2D; }
span { border-color: rgb(179,13,45); }
td.TdClassName
{
border-color: #B30D2D;
}
.TagClassName
{
border-color: #B30D2D;
}
</style>