Shades of Cardinal #B30C2B
Tints of Cardinal #B30C2B
RGB
CMYK
RGB Variations
Color information
#B30C2B (or 0xB30C2B) is known color: Cardinal. HEX triplet: B3, 0C and 2B. RGB value is (179,12,43). Sum of RGB (Red+Green+Blue) = 179+12+43=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C2B is #4CF3D4. Grayscale: #414141. Windows color (decimal): -5043157 or 2821299. OLE color: 2821299.
HSL color Cylindrical-coordinate representation of color #B30C2B: hue angle of 348.86º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C2B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 12 | 43 | - |
CMYK | 0 | 0.93 | 0.76 | 0.30 |
HSL | 348.86º | 0.87% | 0.37% | - |
HSV(B) | 348.86º | 0.93% | 0.7% | - |
XYZ | 19.16 | 10.02 | 3.21 | - |
YUV | 65.47 | 115.33 | 208.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 12 | 43 | 0 | 0.93 | 0.76 | 0.30 | 348.86 | 0.87 | 0.37 |
Hex | B3 | C | 2B | 0 | 5D | 4C | 1E | 15D | 57 | 25 |
Octal | 263 | 14 | 53 | 0 | 135 | 114 | 36 | 535 | 127 | 45 |
Binary | 10110011 | 1100 | 101011 | 0 | 1011101 | 1001100 | 11110 | 101011101 | 1010111 | 100101 |
Color Harmonies of #B30C2B
Complementary color
Monochromatic Colors of #B30C2B
Black with #B30C2B
Text Example
Text Example
White with #B30C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C2B; }
p { color: rgb(179,12,43); }
H1.HeaderClassName
{
color: #B30C2B;
}
.AnyTagClassName
{
color: #B30C2B;
}
</style>
background-color css
<style>
a { background-color: #B30C2B; }
a { background-color: rgb(179,12,43); }
div.DivClassName
{
background-color: #B30C2B;
}
.BgClassName
{
background-color: #B30C2B;
}
</style>
border-color css
<style>
span { border-color: #B30C2B; }
span { border-color: rgb(179,12,43); }
td.TdClassName
{
border-color: #B30C2B;
}
.TagClassName
{
border-color: #B30C2B;
}
</style>