Shades of Cardinal #B2103C
Tints of Cardinal #B2103C
RGB
CMYK
RGB Variations
Color information
#B2103C (or 0xB2103C) is known color: Cardinal. HEX triplet: B2, 10 and 3C. RGB value is (178,16,60). Sum of RGB (Red+Green+Blue) = 178+16+60=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2103C is #4DEFC3. Grayscale: #454545. Windows color (decimal): -5107652 or 3936434. OLE color: 3936434.
HSL color Cylindrical-coordinate representation of color #B2103C: hue angle of 343.7º 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 #B2103C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.30 |
| HSL | 343.7º | 0.84% | 0.38% | - |
| HSV(B) | 343.7º | 0.91% | 0.7% | - |
| XYZ | 19.36 | 10.16 | 5.22 | - |
| YUV | 69.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 60 | 0 | 0.91 | 0.66 | 0.30 | 343.7 | 0.84 | 0.38 |
| Hex | B2 | 10 | 3C | 0 | 5B | 42 | 1E | 158 | 54 | 26 |
| Octal | 262 | 20 | 74 | 0 | 133 | 102 | 36 | 530 | 124 | 46 |
| Binary | 10110010 | 10000 | 111100 | 0 | 1011011 | 1000010 | 11110 | 101011000 | 1010100 | 100110 |
Color Harmonies of #B2103C
Complementary color
Monochromatic Colors of #B2103C
Black with #B2103C
Text Example
Text Example
White with #B2103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2103C; }
p { color: rgb(178,16,60); }
H1.HeaderClassName
{
color: #B2103C;
}
.AnyTagClassName
{
color: #B2103C;
}
</style>
background-color css
<style>
a { background-color: #B2103C; }
a { background-color: rgb(178,16,60); }
div.DivClassName
{
background-color: #B2103C;
}
.BgClassName
{
background-color: #B2103C;
}
</style>
border-color css
<style>
span { border-color: #B2103C; }
span { border-color: rgb(178,16,60); }
td.TdClassName
{
border-color: #B2103C;
}
.TagClassName
{
border-color: #B2103C;
}
</style>