Shades of Cardinal #B30340
Tints of Cardinal #B30340
RGB
CMYK
RGB Variations
Color information
#B30340 (or 0xB30340) is known color: Cardinal. HEX triplet: B3, 03 and 40. RGB value is (179,3,64). Sum of RGB (Red+Green+Blue) = 179+3+64=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B30340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30340 is #4CFCBF. Grayscale: #3E3E3E. Windows color (decimal): -5045440 or 4195251. OLE color: 4195251.
HSL color Cylindrical-coordinate representation of color #B30340: hue angle of 339.2º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30340 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.30 |
| HSL | 339.2º | 0.97% | 0.36% | - |
| HSV(B) | 339.2º | 0.98% | 0.7% | - |
| XYZ | 19.55 | 10.02 | 5.75 | - |
| YUV | 62.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 64 | 0 | 0.98 | 0.64 | 0.30 | 339.2 | 0.97 | 0.36 |
| Hex | B3 | 3 | 40 | 0 | 62 | 40 | 1E | 153 | 61 | 24 |
| Octal | 263 | 3 | 100 | 0 | 142 | 100 | 36 | 523 | 141 | 44 |
| Binary | 10110011 | 11 | 1000000 | 0 | 1100010 | 1000000 | 11110 | 101010011 | 1100001 | 100100 |
Color Harmonies of #B30340
Complementary color
Monochromatic Colors of #B30340
Black with #B30340
Text Example
Text Example
White with #B30340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30340; }
p { color: rgb(179,3,64); }
H1.HeaderClassName
{
color: #B30340;
}
.AnyTagClassName
{
color: #B30340;
}
</style>
background-color css
<style>
a { background-color: #B30340; }
a { background-color: rgb(179,3,64); }
div.DivClassName
{
background-color: #B30340;
}
.BgClassName
{
background-color: #B30340;
}
</style>
border-color css
<style>
span { border-color: #B30340; }
span { border-color: rgb(179,3,64); }
td.TdClassName
{
border-color: #B30340;
}
.TagClassName
{
border-color: #B30340;
}
</style>