Shades of Cardinal #B3113C
Tints of Cardinal #B3113C
RGB
CMYK
RGB Variations
Color information
#B3113C (or 0xB3113C) is known color: Cardinal. HEX triplet: B3, 11 and 3C. RGB value is (179,17,60). Sum of RGB (Red+Green+Blue) = 179+17+60=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3113C is #4CEEC3. Grayscale: #464646. Windows color (decimal): -5041860 or 3936691. OLE color: 3936691.
HSL color Cylindrical-coordinate representation of color #B3113C: hue angle of 344.07º degrees, saturation: 0.83, 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 #B3113C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 60 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.30 |
| HSL | 344.07º | 0.83% | 0.38% | - |
| HSV(B) | 344.07º | 0.91% | 0.7% | - |
| XYZ | 19.61 | 10.31 | 5.23 | - |
| YUV | 70.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 60 | 0 | 0.91 | 0.66 | 0.30 | 344.07 | 0.83 | 0.38 |
| Hex | B3 | 11 | 3C | 0 | 5B | 42 | 1E | 158 | 53 | 26 |
| Octal | 263 | 21 | 74 | 0 | 133 | 102 | 36 | 530 | 123 | 46 |
| Binary | 10110011 | 10001 | 111100 | 0 | 1011011 | 1000010 | 11110 | 101011000 | 1010011 | 100110 |
Color Harmonies of #B3113C
Complementary color
Monochromatic Colors of #B3113C
Black with #B3113C
Text Example
Text Example
White with #B3113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3113C; }
p { color: rgb(179,17,60); }
H1.HeaderClassName
{
color: #B3113C;
}
.AnyTagClassName
{
color: #B3113C;
}
</style>
background-color css
<style>
a { background-color: #B3113C; }
a { background-color: rgb(179,17,60); }
div.DivClassName
{
background-color: #B3113C;
}
.BgClassName
{
background-color: #B3113C;
}
</style>
border-color css
<style>
span { border-color: #B3113C; }
span { border-color: rgb(179,17,60); }
td.TdClassName
{
border-color: #B3113C;
}
.TagClassName
{
border-color: #B3113C;
}
</style>