Shades of Cardinal #B2253A
Tints of Cardinal #B2253A
RGB
CMYK
RGB Variations
Color information
#B2253A (or 0xB2253A) is known color: Cardinal. HEX triplet: B2, 25 and 3A. RGB value is (178,37,58). Sum of RGB (Red+Green+Blue) = 178+37+58=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2253A is #4DDAC5. Grayscale: #515151. Windows color (decimal): -5102278 or 3810738. OLE color: 3810738.
HSL color Cylindrical-coordinate representation of color #B2253A: hue angle of 351.06º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2253A is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 58 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.30 |
| HSL | 351.06º | 0.66% | 0.42% | - |
| HSV(B) | 351.06º | 0.79% | 0.7% | - |
| XYZ | 19.79 | 11.09 | 5.1 | - |
| YUV | 81.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 58 | 0 | 0.79 | 0.67 | 0.30 | 351.06 | 0.66 | 0.42 |
| Hex | B2 | 25 | 3A | 0 | 4F | 43 | 1E | 15F | 42 | 2A |
| Octal | 262 | 45 | 72 | 0 | 117 | 103 | 36 | 537 | 102 | 52 |
| Binary | 10110010 | 100101 | 111010 | 0 | 1001111 | 1000011 | 11110 | 101011111 | 1000010 | 101010 |
Color Harmonies of #B2253A
Complementary color
Monochromatic Colors of #B2253A
Black with #B2253A
Text Example
Text Example
White with #B2253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2253A; }
p { color: rgb(178,37,58); }
H1.HeaderClassName
{
color: #B2253A;
}
.AnyTagClassName
{
color: #B2253A;
}
</style>
background-color css
<style>
a { background-color: #B2253A; }
a { background-color: rgb(178,37,58); }
div.DivClassName
{
background-color: #B2253A;
}
.BgClassName
{
background-color: #B2253A;
}
</style>
border-color css
<style>
span { border-color: #B2253A; }
span { border-color: rgb(178,37,58); }
td.TdClassName
{
border-color: #B2253A;
}
.TagClassName
{
border-color: #B2253A;
}
</style>