Shades of Cardinal #B30742
Tints of Cardinal #B30742
RGB
CMYK
RGB Variations
Color information
#B30742 (or 0xB30742) is known color: Cardinal. HEX triplet: B3, 07 and 42. RGB value is (179,7,66). Sum of RGB (Red+Green+Blue) = 179+7+66=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30742 is #4CF8BD. Grayscale: #414141. Windows color (decimal): -5044414 or 4327347. OLE color: 4327347.
HSL color Cylindrical-coordinate representation of color #B30742: hue angle of 339.42º 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 #B30742 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 66 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.30 |
| HSL | 339.42º | 0.92% | 0.36% | - |
| HSV(B) | 339.42º | 0.96% | 0.7% | - |
| XYZ | 19.65 | 10.13 | 6.07 | - |
| YUV | 65.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 66 | 0 | 0.96 | 0.63 | 0.30 | 339.42 | 0.92 | 0.36 |
| Hex | B3 | 7 | 42 | 0 | 60 | 3F | 1E | 153 | 5C | 24 |
| Octal | 263 | 7 | 102 | 0 | 140 | 77 | 36 | 523 | 134 | 44 |
| Binary | 10110011 | 111 | 1000010 | 0 | 1100000 | 111111 | 11110 | 101010011 | 1011100 | 100100 |
Color Harmonies of #B30742
Complementary color
Monochromatic Colors of #B30742
Black with #B30742
Text Example
Text Example
White with #B30742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30742; }
p { color: rgb(179,7,66); }
H1.HeaderClassName
{
color: #B30742;
}
.AnyTagClassName
{
color: #B30742;
}
</style>
background-color css
<style>
a { background-color: #B30742; }
a { background-color: rgb(179,7,66); }
div.DivClassName
{
background-color: #B30742;
}
.BgClassName
{
background-color: #B30742;
}
</style>
border-color css
<style>
span { border-color: #B30742; }
span { border-color: rgb(179,7,66); }
td.TdClassName
{
border-color: #B30742;
}
.TagClassName
{
border-color: #B30742;
}
</style>