Shades of Cardinal #B2262D
Tints of Cardinal #B2262D
RGB
CMYK
RGB Variations
Color information
#B2262D (or 0xB2262D) is known color: Cardinal. HEX triplet: B2, 26 and 2D. RGB value is (178,38,45). Sum of RGB (Red+Green+Blue) = 178+38+45=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2262D is #4DD9D2. Grayscale: #505050. Windows color (decimal): -5102035 or 2959026. OLE color: 2959026.
HSL color Cylindrical-coordinate representation of color #B2262D: hue angle of 357º degrees, saturation: 0.65, 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 #B2262D is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 45 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.30 |
| HSL | 357º | 0.65% | 0.42% | - |
| HSV(B) | 357º | 0.79% | 0.7% | - |
| XYZ | 19.53 | 11.04 | 3.58 | - |
| YUV | 80.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 45 | 0 | 0.79 | 0.75 | 0.30 | 357 | 0.65 | 0.42 |
| Hex | B2 | 26 | 2D | 0 | 4F | 4B | 1E | 165 | 41 | 2A |
| Octal | 262 | 46 | 55 | 0 | 117 | 113 | 36 | 545 | 101 | 52 |
| Binary | 10110010 | 100110 | 101101 | 0 | 1001111 | 1001011 | 11110 | 101100101 | 1000001 | 101010 |
Color Harmonies of #B2262D
Complementary color
Monochromatic Colors of #B2262D
Black with #B2262D
Text Example
Text Example
White with #B2262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2262D; }
p { color: rgb(178,38,45); }
H1.HeaderClassName
{
color: #B2262D;
}
.AnyTagClassName
{
color: #B2262D;
}
</style>
background-color css
<style>
a { background-color: #B2262D; }
a { background-color: rgb(178,38,45); }
div.DivClassName
{
background-color: #B2262D;
}
.BgClassName
{
background-color: #B2262D;
}
</style>
border-color css
<style>
span { border-color: #B2262D; }
span { border-color: rgb(178,38,45); }
td.TdClassName
{
border-color: #B2262D;
}
.TagClassName
{
border-color: #B2262D;
}
</style>