Shades of Cardinal #B30933
Tints of Cardinal #B30933
RGB
CMYK
RGB Variations
Color information
#B30933 (or 0xB30933) is known color: Cardinal. HEX triplet: B3, 09 and 33. RGB value is (179,9,51). Sum of RGB (Red+Green+Blue) = 179+9+51=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B30933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30933 is #4CF6CC. Grayscale: #404040. Windows color (decimal): -5043917 or 3344819. OLE color: 3344819.
HSL color Cylindrical-coordinate representation of color #B30933: hue angle of 345.18º 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 #B30933 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 51 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.30 |
| HSL | 345.18º | 0.9% | 0.37% | - |
| HSV(B) | 345.18º | 0.95% | 0.7% | - |
| XYZ | 19.29 | 10.02 | 4.05 | - |
| YUV | 64.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 51 | 0 | 0.95 | 0.72 | 0.30 | 345.18 | 0.9 | 0.37 |
| Hex | B3 | 9 | 33 | 0 | 5F | 48 | 1E | 159 | 5A | 25 |
| Octal | 263 | 11 | 63 | 0 | 137 | 110 | 36 | 531 | 132 | 45 |
| Binary | 10110011 | 1001 | 110011 | 0 | 1011111 | 1001000 | 11110 | 101011001 | 1011010 | 100101 |
Color Harmonies of #B30933
Complementary color
Monochromatic Colors of #B30933
Black with #B30933
Text Example
Text Example
White with #B30933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30933; }
p { color: rgb(179,9,51); }
H1.HeaderClassName
{
color: #B30933;
}
.AnyTagClassName
{
color: #B30933;
}
</style>
background-color css
<style>
a { background-color: #B30933; }
a { background-color: rgb(179,9,51); }
div.DivClassName
{
background-color: #B30933;
}
.BgClassName
{
background-color: #B30933;
}
</style>
border-color css
<style>
span { border-color: #B30933; }
span { border-color: rgb(179,9,51); }
td.TdClassName
{
border-color: #B30933;
}
.TagClassName
{
border-color: #B30933;
}
</style>