Shades of Cardinal #B30739
Tints of Cardinal #B30739
RGB
CMYK
RGB Variations
Color information
#B30739 (or 0xB30739) is known color: Cardinal. HEX triplet: B3, 07 and 39. RGB value is (179,7,57). Sum of RGB (Red+Green+Blue) = 179+7+57=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B30739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30739 is #4CF8C6. Grayscale: #404040. Windows color (decimal): -5044423 or 3737523. OLE color: 3737523.
HSL color Cylindrical-coordinate representation of color #B30739: hue angle of 342.56º 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 #B30739 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 57 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.30 |
| HSL | 342.56º | 0.92% | 0.36% | - |
| HSV(B) | 342.56º | 0.96% | 0.7% | - |
| XYZ | 19.4 | 10.03 | 4.78 | - |
| YUV | 64.13 | 123.98 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 57 | 0 | 0.96 | 0.68 | 0.30 | 342.56 | 0.92 | 0.36 |
| Hex | B3 | 7 | 39 | 0 | 60 | 44 | 1E | 157 | 5C | 24 |
| Octal | 263 | 7 | 71 | 0 | 140 | 104 | 36 | 527 | 134 | 44 |
| Binary | 10110011 | 111 | 111001 | 0 | 1100000 | 1000100 | 11110 | 101010111 | 1011100 | 100100 |
Color Harmonies of #B30739
Complementary color
Monochromatic Colors of #B30739
Black with #B30739
Text Example
Text Example
White with #B30739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30739; }
p { color: rgb(179,7,57); }
H1.HeaderClassName
{
color: #B30739;
}
.AnyTagClassName
{
color: #B30739;
}
</style>
background-color css
<style>
a { background-color: #B30739; }
a { background-color: rgb(179,7,57); }
div.DivClassName
{
background-color: #B30739;
}
.BgClassName
{
background-color: #B30739;
}
</style>
border-color css
<style>
span { border-color: #B30739; }
span { border-color: rgb(179,7,57); }
td.TdClassName
{
border-color: #B30739;
}
.TagClassName
{
border-color: #B30739;
}
</style>