Shades of Cardinal #B2133C
Tints of Cardinal #B2133C
RGB
CMYK
RGB Variations
Color information
#B2133C (or 0xB2133C) is known color: Cardinal. HEX triplet: B2, 13 and 3C. RGB value is (178,19,60). Sum of RGB (Red+Green+Blue) = 178+19+60=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2133C is #4DECC3. Grayscale: #474747. Windows color (decimal): -5106884 or 3937202. OLE color: 3937202.
HSL color Cylindrical-coordinate representation of color #B2133C: hue angle of 344.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2133C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 60 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.30 |
| HSL | 344.53º | 0.81% | 0.39% | - |
| HSV(B) | 344.53º | 0.89% | 0.7% | - |
| XYZ | 19.41 | 10.26 | 5.23 | - |
| YUV | 71.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 60 | 0 | 0.89 | 0.66 | 0.30 | 344.53 | 0.81 | 0.39 |
| Hex | B2 | 13 | 3C | 0 | 59 | 42 | 1E | 159 | 51 | 27 |
| Octal | 262 | 23 | 74 | 0 | 131 | 102 | 36 | 531 | 121 | 47 |
| Binary | 10110010 | 10011 | 111100 | 0 | 1011001 | 1000010 | 11110 | 101011001 | 1010001 | 100111 |
Color Harmonies of #B2133C
Complementary color
Monochromatic Colors of #B2133C
Black with #B2133C
Text Example
Text Example
White with #B2133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2133C; }
p { color: rgb(178,19,60); }
H1.HeaderClassName
{
color: #B2133C;
}
.AnyTagClassName
{
color: #B2133C;
}
</style>
background-color css
<style>
a { background-color: #B2133C; }
a { background-color: rgb(178,19,60); }
div.DivClassName
{
background-color: #B2133C;
}
.BgClassName
{
background-color: #B2133C;
}
</style>
border-color css
<style>
span { border-color: #B2133C; }
span { border-color: rgb(178,19,60); }
td.TdClassName
{
border-color: #B2133C;
}
.TagClassName
{
border-color: #B2133C;
}
</style>