Shades of Cardinal #B30934
Tints of Cardinal #B30934
RGB
CMYK
RGB Variations
Color information
#B30934 (or 0xB30934) is known color: Cardinal. HEX triplet: B3, 09 and 34. RGB value is (179,9,52). Sum of RGB (Red+Green+Blue) = 179+9+52=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B30934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30934 is #4CF6CB. Grayscale: #404040. Windows color (decimal): -5043916 or 3410355. OLE color: 3410355.
HSL color Cylindrical-coordinate representation of color #B30934: hue angle of 344.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30934 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.30 |
| HSL | 344.82º | 0.9% | 0.37% | - |
| HSV(B) | 344.82º | 0.95% | 0.7% | - |
| XYZ | 19.31 | 10.03 | 4.17 | - |
| YUV | 64.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 52 | 0 | 0.95 | 0.71 | 0.30 | 344.82 | 0.9 | 0.37 |
| Hex | B3 | 9 | 34 | 0 | 5F | 47 | 1E | 159 | 5A | 25 |
| Octal | 263 | 11 | 64 | 0 | 137 | 107 | 36 | 531 | 132 | 45 |
| Binary | 10110011 | 1001 | 110100 | 0 | 1011111 | 1000111 | 11110 | 101011001 | 1011010 | 100101 |
Color Harmonies of #B30934
Complementary color
Monochromatic Colors of #B30934
Black with #B30934
Text Example
Text Example
White with #B30934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30934; }
p { color: rgb(179,9,52); }
H1.HeaderClassName
{
color: #B30934;
}
.AnyTagClassName
{
color: #B30934;
}
</style>
background-color css
<style>
a { background-color: #B30934; }
a { background-color: rgb(179,9,52); }
div.DivClassName
{
background-color: #B30934;
}
.BgClassName
{
background-color: #B30934;
}
</style>
border-color css
<style>
span { border-color: #B30934; }
span { border-color: rgb(179,9,52); }
td.TdClassName
{
border-color: #B30934;
}
.TagClassName
{
border-color: #B30934;
}
</style>