Shades of Cardinal #B3103C
Tints of Cardinal #B3103C
RGB
CMYK
RGB Variations
Color information
#B3103C (or 0xB3103C) is known color: Cardinal. HEX triplet: B3, 10 and 3C. RGB value is (179,16,60). Sum of RGB (Red+Green+Blue) = 179+16+60=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3103C is #4CEFC3. Grayscale: #454545. Windows color (decimal): -5042116 or 3936435. OLE color: 3936435.
HSL color Cylindrical-coordinate representation of color #B3103C: hue angle of 343.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3103C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.30 |
| HSL | 343.8º | 0.84% | 0.38% | - |
| HSV(B) | 343.8º | 0.91% | 0.7% | - |
| XYZ | 19.59 | 10.28 | 5.23 | - |
| YUV | 69.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 60 | 0 | 0.91 | 0.66 | 0.30 | 343.8 | 0.84 | 0.38 |
| Hex | B3 | 10 | 3C | 0 | 5B | 42 | 1E | 158 | 54 | 26 |
| Octal | 263 | 20 | 74 | 0 | 133 | 102 | 36 | 530 | 124 | 46 |
| Binary | 10110011 | 10000 | 111100 | 0 | 1011011 | 1000010 | 11110 | 101011000 | 1010100 | 100110 |
Color Harmonies of #B3103C
Complementary color
Monochromatic Colors of #B3103C
Black with #B3103C
Text Example
Text Example
White with #B3103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3103C; }
p { color: rgb(179,16,60); }
H1.HeaderClassName
{
color: #B3103C;
}
.AnyTagClassName
{
color: #B3103C;
}
</style>
background-color css
<style>
a { background-color: #B3103C; }
a { background-color: rgb(179,16,60); }
div.DivClassName
{
background-color: #B3103C;
}
.BgClassName
{
background-color: #B3103C;
}
</style>
border-color css
<style>
span { border-color: #B3103C; }
span { border-color: rgb(179,16,60); }
td.TdClassName
{
border-color: #B3103C;
}
.TagClassName
{
border-color: #B3103C;
}
</style>