Shades of Cardinal #B3293B
Tints of Cardinal #B3293B
RGB
CMYK
RGB Variations
Color information
#B3293B (or 0xB3293B) is known color: Cardinal. HEX triplet: B3, 29 and 3B. RGB value is (179,41,59). Sum of RGB (Red+Green+Blue) = 179+41+59=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3293B is #4CD6C4. Grayscale: #545454. Windows color (decimal): -5035717 or 3877299. OLE color: 3877299.
HSL color Cylindrical-coordinate representation of color #B3293B: hue angle of 352.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3293B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 59 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.30 |
| HSL | 352.17º | 0.63% | 0.43% | - |
| HSV(B) | 352.17º | 0.77% | 0.7% | - |
| XYZ | 20.17 | 11.49 | 5.29 | - |
| YUV | 84.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 59 | 0 | 0.77 | 0.67 | 0.30 | 352.17 | 0.63 | 0.43 |
| Hex | B3 | 29 | 3B | 0 | 4D | 43 | 1E | 160 | 3F | 2B |
| Octal | 263 | 51 | 73 | 0 | 115 | 103 | 36 | 540 | 77 | 53 |
| Binary | 10110011 | 101001 | 111011 | 0 | 1001101 | 1000011 | 11110 | 101100000 | 111111 | 101011 |
Color Harmonies of #B3293B
Complementary color
Monochromatic Colors of #B3293B
Black with #B3293B
Text Example
Text Example
White with #B3293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3293B; }
p { color: rgb(179,41,59); }
H1.HeaderClassName
{
color: #B3293B;
}
.AnyTagClassName
{
color: #B3293B;
}
</style>
background-color css
<style>
a { background-color: #B3293B; }
a { background-color: rgb(179,41,59); }
div.DivClassName
{
background-color: #B3293B;
}
.BgClassName
{
background-color: #B3293B;
}
</style>
border-color css
<style>
span { border-color: #B3293B; }
span { border-color: rgb(179,41,59); }
td.TdClassName
{
border-color: #B3293B;
}
.TagClassName
{
border-color: #B3293B;
}
</style>