Shades of Cardinal #B2253C
Tints of Cardinal #B2253C
RGB
CMYK
RGB Variations
Color information
#B2253C (or 0xB2253C) is known color: Cardinal. HEX triplet: B2, 25 and 3C. RGB value is (178,37,60). Sum of RGB (Red+Green+Blue) = 178+37+60=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2253C is #4DDAC3. Grayscale: #515151. Windows color (decimal): -5102276 or 3941810. OLE color: 3941810.
HSL color Cylindrical-coordinate representation of color #B2253C: hue angle of 350.21º 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 #B2253C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 60 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.30 |
| HSL | 350.21º | 0.66% | 0.42% | - |
| HSV(B) | 350.21º | 0.79% | 0.7% | - |
| XYZ | 19.84 | 11.11 | 5.37 | - |
| YUV | 81.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 60 | 0 | 0.79 | 0.66 | 0.30 | 350.21 | 0.66 | 0.42 |
| Hex | B2 | 25 | 3C | 0 | 4F | 42 | 1E | 15E | 42 | 2A |
| Octal | 262 | 45 | 74 | 0 | 117 | 102 | 36 | 536 | 102 | 52 |
| Binary | 10110010 | 100101 | 111100 | 0 | 1001111 | 1000010 | 11110 | 101011110 | 1000010 | 101010 |
Color Harmonies of #B2253C
Complementary color
Monochromatic Colors of #B2253C
Black with #B2253C
Text Example
Text Example
White with #B2253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2253C; }
p { color: rgb(178,37,60); }
H1.HeaderClassName
{
color: #B2253C;
}
.AnyTagClassName
{
color: #B2253C;
}
</style>
background-color css
<style>
a { background-color: #B2253C; }
a { background-color: rgb(178,37,60); }
div.DivClassName
{
background-color: #B2253C;
}
.BgClassName
{
background-color: #B2253C;
}
</style>
border-color css
<style>
span { border-color: #B2253C; }
span { border-color: rgb(178,37,60); }
td.TdClassName
{
border-color: #B2253C;
}
.TagClassName
{
border-color: #B2253C;
}
</style>