Shades of Cardinal #B2013A
Tints of Cardinal #B2013A
RGB
CMYK
RGB Variations
Color information
#B2013A (or 0xB2013A) is known color: Cardinal. HEX triplet: B2, 01 and 3A. RGB value is (178,1,58). Sum of RGB (Red+Green+Blue) = 178+1+58=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B2013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2013A is #4DFEC5. Grayscale: #3C3C3C. Windows color (decimal): -5111494 or 3801522. OLE color: 3801522.
HSL color Cylindrical-coordinate representation of color #B2013A: hue angle of 340.68º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2013A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.30 |
| HSL | 340.68º | 0.99% | 0.35% | - |
| HSV(B) | 340.68º | 0.99% | 0.7% | - |
| XYZ | 19.13 | 9.79 | 4.88 | - |
| YUV | 60.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 58 | 0 | 0.99 | 0.67 | 0.30 | 340.68 | 0.99 | 0.35 |
| Hex | B2 | 1 | 3A | 0 | 63 | 43 | 1E | 155 | 63 | 23 |
| Octal | 262 | 1 | 72 | 0 | 143 | 103 | 36 | 525 | 143 | 43 |
| Binary | 10110010 | 1 | 111010 | 0 | 1100011 | 1000011 | 11110 | 101010101 | 1100011 | 100011 |
Color Harmonies of #B2013A
Complementary color
Monochromatic Colors of #B2013A
Black with #B2013A
Text Example
Text Example
White with #B2013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2013A; }
p { color: rgb(178,1,58); }
H1.HeaderClassName
{
color: #B2013A;
}
.AnyTagClassName
{
color: #B2013A;
}
</style>
background-color css
<style>
a { background-color: #B2013A; }
a { background-color: rgb(178,1,58); }
div.DivClassName
{
background-color: #B2013A;
}
.BgClassName
{
background-color: #B2013A;
}
</style>
border-color css
<style>
span { border-color: #B2013A; }
span { border-color: rgb(178,1,58); }
td.TdClassName
{
border-color: #B2013A;
}
.TagClassName
{
border-color: #B2013A;
}
</style>