Shades of Cardinal #B30843
Tints of Cardinal #B30843
RGB
CMYK
RGB Variations
Color information
#B30843 (or 0xB30843) is known color: Cardinal. HEX triplet: B3, 08 and 43. RGB value is (179,8,67). Sum of RGB (Red+Green+Blue) = 179+8+67=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30843 is #4CF7BC. Grayscale: #414141. Windows color (decimal): -5044157 or 4393139. OLE color: 4393139.
HSL color Cylindrical-coordinate representation of color #B30843: hue angle of 339.3º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30843 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.30 |
| HSL | 339.3º | 0.91% | 0.37% | - |
| HSV(B) | 339.3º | 0.96% | 0.7% | - |
| XYZ | 19.69 | 10.16 | 6.23 | - |
| YUV | 65.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 67 | 0 | 0.96 | 0.63 | 0.30 | 339.3 | 0.91 | 0.37 |
| Hex | B3 | 8 | 43 | 0 | 60 | 3F | 1E | 153 | 5B | 25 |
| Octal | 263 | 10 | 103 | 0 | 140 | 77 | 36 | 523 | 133 | 45 |
| Binary | 10110011 | 1000 | 1000011 | 0 | 1100000 | 111111 | 11110 | 101010011 | 1011011 | 100101 |
Color Harmonies of #B30843
Complementary color
Monochromatic Colors of #B30843
Black with #B30843
Text Example
Text Example
White with #B30843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30843; }
p { color: rgb(179,8,67); }
H1.HeaderClassName
{
color: #B30843;
}
.AnyTagClassName
{
color: #B30843;
}
</style>
background-color css
<style>
a { background-color: #B30843; }
a { background-color: rgb(179,8,67); }
div.DivClassName
{
background-color: #B30843;
}
.BgClassName
{
background-color: #B30843;
}
</style>
border-color css
<style>
span { border-color: #B30843; }
span { border-color: rgb(179,8,67); }
td.TdClassName
{
border-color: #B30843;
}
.TagClassName
{
border-color: #B30843;
}
</style>