Shades of Cardinal #B2103D
Tints of Cardinal #B2103D
RGB
CMYK
RGB Variations
Color information
#B2103D (or 0xB2103D) is known color: Cardinal. HEX triplet: B2, 10 and 3D. RGB value is (178,16,61). Sum of RGB (Red+Green+Blue) = 178+16+61=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2103D is #4DEFC2. Grayscale: #454545. Windows color (decimal): -5107651 or 4001970. OLE color: 4001970.
HSL color Cylindrical-coordinate representation of color #B2103D: hue angle of 343.33º 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 #B2103D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 61 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.30 |
| HSL | 343.33º | 0.84% | 0.38% | - |
| HSV(B) | 343.33º | 0.91% | 0.7% | - |
| XYZ | 19.39 | 10.17 | 5.36 | - |
| YUV | 69.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 61 | 0 | 0.91 | 0.66 | 0.30 | 343.33 | 0.84 | 0.38 |
| Hex | B2 | 10 | 3D | 0 | 5B | 42 | 1E | 157 | 54 | 26 |
| Octal | 262 | 20 | 75 | 0 | 133 | 102 | 36 | 527 | 124 | 46 |
| Binary | 10110010 | 10000 | 111101 | 0 | 1011011 | 1000010 | 11110 | 101010111 | 1010100 | 100110 |
Color Harmonies of #B2103D
Complementary color
Monochromatic Colors of #B2103D
Black with #B2103D
Text Example
Text Example
White with #B2103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2103D; }
p { color: rgb(178,16,61); }
H1.HeaderClassName
{
color: #B2103D;
}
.AnyTagClassName
{
color: #B2103D;
}
</style>
background-color css
<style>
a { background-color: #B2103D; }
a { background-color: rgb(178,16,61); }
div.DivClassName
{
background-color: #B2103D;
}
.BgClassName
{
background-color: #B2103D;
}
</style>
border-color css
<style>
span { border-color: #B2103D; }
span { border-color: rgb(178,16,61); }
td.TdClassName
{
border-color: #B2103D;
}
.TagClassName
{
border-color: #B2103D;
}
</style>