Shades of Cardinal #B3073C
Tints of Cardinal #B3073C
RGB
CMYK
RGB Variations
Color information
#B3073C (or 0xB3073C) is known color: Cardinal. HEX triplet: B3, 07 and 3C. RGB value is (179,7,60). Sum of RGB (Red+Green+Blue) = 179+7+60=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3073C is #4CF8C3. Grayscale: #404040. Windows color (decimal): -5044420 or 3934131. OLE color: 3934131.
HSL color Cylindrical-coordinate representation of color #B3073C: hue angle of 341.51º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3073C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.30 |
| HSL | 341.51º | 0.92% | 0.36% | - |
| HSV(B) | 341.51º | 0.96% | 0.7% | - |
| XYZ | 19.48 | 10.06 | 5.19 | - |
| YUV | 64.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 60 | 0 | 0.96 | 0.66 | 0.30 | 341.51 | 0.92 | 0.36 |
| Hex | B3 | 7 | 3C | 0 | 60 | 42 | 1E | 156 | 5C | 24 |
| Octal | 263 | 7 | 74 | 0 | 140 | 102 | 36 | 526 | 134 | 44 |
| Binary | 10110011 | 111 | 111100 | 0 | 1100000 | 1000010 | 11110 | 101010110 | 1011100 | 100100 |
Color Harmonies of #B3073C
Complementary color
Monochromatic Colors of #B3073C
Black with #B3073C
Text Example
Text Example
White with #B3073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3073C; }
p { color: rgb(179,7,60); }
H1.HeaderClassName
{
color: #B3073C;
}
.AnyTagClassName
{
color: #B3073C;
}
</style>
background-color css
<style>
a { background-color: #B3073C; }
a { background-color: rgb(179,7,60); }
div.DivClassName
{
background-color: #B3073C;
}
.BgClassName
{
background-color: #B3073C;
}
</style>
border-color css
<style>
span { border-color: #B3073C; }
span { border-color: rgb(179,7,60); }
td.TdClassName
{
border-color: #B3073C;
}
.TagClassName
{
border-color: #B3073C;
}
</style>