Shades of Cardinal #B7102D
Tints of Cardinal #B7102D
RGB
CMYK
RGB Variations
Color information
#B7102D (or 0xB7102D) is known color: Cardinal. HEX triplet: B7, 10 and 2D. RGB value is (183,16,45). Sum of RGB (Red+Green+Blue) = 183+16+45=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7102D is #48EFD2. Grayscale: #454545. Windows color (decimal): -4779987 or 2953399. OLE color: 2953399.
HSL color Cylindrical-coordinate representation of color #B7102D: hue angle of 349.58º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7102D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.28 |
| HSL | 349.58º | 0.84% | 0.39% | - |
| HSV(B) | 349.58º | 0.91% | 0.72% | - |
| XYZ | 20.19 | 10.63 | 3.47 | - |
| YUV | 69.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 45 | 0 | 0.91 | 0.75 | 0.28 | 349.58 | 0.84 | 0.39 |
| Hex | B7 | 10 | 2D | 0 | 5B | 4B | 1C | 15E | 54 | 27 |
| Octal | 267 | 20 | 55 | 0 | 133 | 113 | 34 | 536 | 124 | 47 |
| Binary | 10110111 | 10000 | 101101 | 0 | 1011011 | 1001011 | 11100 | 101011110 | 1010100 | 100111 |
Color Harmonies of #B7102D
Complementary color
Monochromatic Colors of #B7102D
Black with #B7102D
Text Example
Text Example
White with #B7102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7102D; }
p { color: rgb(183,16,45); }
H1.HeaderClassName
{
color: #B7102D;
}
.AnyTagClassName
{
color: #B7102D;
}
</style>
background-color css
<style>
a { background-color: #B7102D; }
a { background-color: rgb(183,16,45); }
div.DivClassName
{
background-color: #B7102D;
}
.BgClassName
{
background-color: #B7102D;
}
</style>
border-color css
<style>
span { border-color: #B7102D; }
span { border-color: rgb(183,16,45); }
td.TdClassName
{
border-color: #B7102D;
}
.TagClassName
{
border-color: #B7102D;
}
</style>