Shades of Cardinal #B30C3C
Tints of Cardinal #B30C3C
RGB
CMYK
RGB Variations
Color information
#B30C3C (or 0xB30C3C) is known color: Cardinal. HEX triplet: B3, 0C and 3C. RGB value is (179,12,60). Sum of RGB (Red+Green+Blue) = 179+12+60=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C3C is #4CF3C3. Grayscale: #434343. Windows color (decimal): -5043140 or 3935411. OLE color: 3935411.
HSL color Cylindrical-coordinate representation of color #B30C3C: hue angle of 342.75º 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 #B30C3C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 60 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.30 |
| HSL | 342.75º | 0.87% | 0.37% | - |
| HSV(B) | 342.75º | 0.93% | 0.7% | - |
| XYZ | 19.54 | 10.17 | 5.21 | - |
| YUV | 67.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 60 | 0 | 0.93 | 0.66 | 0.30 | 342.75 | 0.87 | 0.37 |
| Hex | B3 | C | 3C | 0 | 5D | 42 | 1E | 157 | 57 | 25 |
| Octal | 263 | 14 | 74 | 0 | 135 | 102 | 36 | 527 | 127 | 45 |
| Binary | 10110011 | 1100 | 111100 | 0 | 1011101 | 1000010 | 11110 | 101010111 | 1010111 | 100101 |
Color Harmonies of #B30C3C
Complementary color
Monochromatic Colors of #B30C3C
Black with #B30C3C
Text Example
Text Example
White with #B30C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C3C; }
p { color: rgb(179,12,60); }
H1.HeaderClassName
{
color: #B30C3C;
}
.AnyTagClassName
{
color: #B30C3C;
}
</style>
background-color css
<style>
a { background-color: #B30C3C; }
a { background-color: rgb(179,12,60); }
div.DivClassName
{
background-color: #B30C3C;
}
.BgClassName
{
background-color: #B30C3C;
}
</style>
border-color css
<style>
span { border-color: #B30C3C; }
span { border-color: rgb(179,12,60); }
td.TdClassName
{
border-color: #B30C3C;
}
.TagClassName
{
border-color: #B30C3C;
}
</style>