Shades of Cardinal #B3293A
Tints of Cardinal #B3293A
RGB
CMYK
RGB Variations
Color information
#B3293A (or 0xB3293A) is known color: Cardinal. HEX triplet: B3, 29 and 3A. RGB value is (179,41,58). Sum of RGB (Red+Green+Blue) = 179+41+58=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3293A is #4CD6C5. Grayscale: #545454. Windows color (decimal): -5035718 or 3811763. OLE color: 3811763.
HSL color Cylindrical-coordinate representation of color #B3293A: hue angle of 352.61º 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 #B3293A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 58 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.30 |
| HSL | 352.61º | 0.63% | 0.43% | - |
| HSV(B) | 352.61º | 0.77% | 0.7% | - |
| XYZ | 20.15 | 11.48 | 5.16 | - |
| YUV | 84.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 58 | 0 | 0.77 | 0.68 | 0.30 | 352.61 | 0.63 | 0.43 |
| Hex | B3 | 29 | 3A | 0 | 4D | 44 | 1E | 161 | 3F | 2B |
| Octal | 263 | 51 | 72 | 0 | 115 | 104 | 36 | 541 | 77 | 53 |
| Binary | 10110011 | 101001 | 111010 | 0 | 1001101 | 1000100 | 11110 | 101100001 | 111111 | 101011 |
Color Harmonies of #B3293A
Complementary color
Monochromatic Colors of #B3293A
Black with #B3293A
Text Example
Text Example
White with #B3293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3293A; }
p { color: rgb(179,41,58); }
H1.HeaderClassName
{
color: #B3293A;
}
.AnyTagClassName
{
color: #B3293A;
}
</style>
background-color css
<style>
a { background-color: #B3293A; }
a { background-color: rgb(179,41,58); }
div.DivClassName
{
background-color: #B3293A;
}
.BgClassName
{
background-color: #B3293A;
}
</style>
border-color css
<style>
span { border-color: #B3293A; }
span { border-color: rgb(179,41,58); }
td.TdClassName
{
border-color: #B3293A;
}
.TagClassName
{
border-color: #B3293A;
}
</style>