Shades of Cardinal #B2183C
Tints of Cardinal #B2183C
RGB
CMYK
RGB Variations
Color information
#B2183C (or 0xB2183C) is known color: Cardinal. HEX triplet: B2, 18 and 3C. RGB value is (178,24,60). Sum of RGB (Red+Green+Blue) = 178+24+60=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2183C is #4DE7C3. Grayscale: #4A4A4A. Windows color (decimal): -5105604 or 3938482. OLE color: 3938482.
HSL color Cylindrical-coordinate representation of color #B2183C: hue angle of 345.97º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2183C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 60 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.30 |
| HSL | 345.97º | 0.76% | 0.4% | - |
| HSV(B) | 345.97º | 0.87% | 0.7% | - |
| XYZ | 19.5 | 10.44 | 5.26 | - |
| YUV | 74.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 60 | 0 | 0.87 | 0.66 | 0.30 | 345.97 | 0.76 | 0.4 |
| Hex | B2 | 18 | 3C | 0 | 57 | 42 | 1E | 15A | 4C | 28 |
| Octal | 262 | 30 | 74 | 0 | 127 | 102 | 36 | 532 | 114 | 50 |
| Binary | 10110010 | 11000 | 111100 | 0 | 1010111 | 1000010 | 11110 | 101011010 | 1001100 | 101000 |
Color Harmonies of #B2183C
Complementary color
Monochromatic Colors of #B2183C
Black with #B2183C
Text Example
Text Example
White with #B2183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2183C; }
p { color: rgb(178,24,60); }
H1.HeaderClassName
{
color: #B2183C;
}
.AnyTagClassName
{
color: #B2183C;
}
</style>
background-color css
<style>
a { background-color: #B2183C; }
a { background-color: rgb(178,24,60); }
div.DivClassName
{
background-color: #B2183C;
}
.BgClassName
{
background-color: #B2183C;
}
</style>
border-color css
<style>
span { border-color: #B2183C; }
span { border-color: rgb(178,24,60); }
td.TdClassName
{
border-color: #B2183C;
}
.TagClassName
{
border-color: #B2183C;
}
</style>