Shades of Cardinal #B3073F
Tints of Cardinal #B3073F
RGB
CMYK
RGB Variations
Color information
#B3073F (or 0xB3073F) is known color: Cardinal. HEX triplet: B3, 07 and 3F. RGB value is (179,7,63). Sum of RGB (Red+Green+Blue) = 179+7+63=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3073F is #4CF8C0. Grayscale: #404040. Windows color (decimal): -5044417 or 4130739. OLE color: 4130739.
HSL color Cylindrical-coordinate representation of color #B3073F: hue angle of 340.47º 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 #B3073F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.30 |
| HSL | 340.47º | 0.92% | 0.36% | - |
| HSV(B) | 340.47º | 0.96% | 0.7% | - |
| XYZ | 19.56 | 10.09 | 5.62 | - |
| YUV | 64.81 | 126.98 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 63 | 0 | 0.96 | 0.65 | 0.30 | 340.47 | 0.92 | 0.36 |
| Hex | B3 | 7 | 3F | 0 | 60 | 41 | 1E | 154 | 5C | 24 |
| Octal | 263 | 7 | 77 | 0 | 140 | 101 | 36 | 524 | 134 | 44 |
| Binary | 10110011 | 111 | 111111 | 0 | 1100000 | 1000001 | 11110 | 101010100 | 1011100 | 100100 |
Color Harmonies of #B3073F
Complementary color
Monochromatic Colors of #B3073F
Black with #B3073F
Text Example
Text Example
White with #B3073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3073F; }
p { color: rgb(179,7,63); }
H1.HeaderClassName
{
color: #B3073F;
}
.AnyTagClassName
{
color: #B3073F;
}
</style>
background-color css
<style>
a { background-color: #B3073F; }
a { background-color: rgb(179,7,63); }
div.DivClassName
{
background-color: #B3073F;
}
.BgClassName
{
background-color: #B3073F;
}
</style>
border-color css
<style>
span { border-color: #B3073F; }
span { border-color: rgb(179,7,63); }
td.TdClassName
{
border-color: #B3073F;
}
.TagClassName
{
border-color: #B3073F;
}
</style>