Shades of Cardinal #B2233D
Tints of Cardinal #B2233D
RGB
CMYK
RGB Variations
Color information
#B2233D (or 0xB2233D) is known color: Cardinal. HEX triplet: B2, 23 and 3D. RGB value is (178,35,61). Sum of RGB (Red+Green+Blue) = 178+35+61=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2233D is #4DDCC2. Grayscale: #505050. Windows color (decimal): -5102787 or 4006834. OLE color: 4006834.
HSL color Cylindrical-coordinate representation of color #B2233D: hue angle of 349.09º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2233D is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 61 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.30 |
| HSL | 349.09º | 0.67% | 0.42% | - |
| HSV(B) | 349.09º | 0.8% | 0.7% | - |
| XYZ | 19.8 | 11 | 5.5 | - |
| YUV | 80.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 61 | 0 | 0.80 | 0.66 | 0.30 | 349.09 | 0.67 | 0.42 |
| Hex | B2 | 23 | 3D | 0 | 50 | 42 | 1E | 15D | 43 | 2A |
| Octal | 262 | 43 | 75 | 0 | 120 | 102 | 36 | 535 | 103 | 52 |
| Binary | 10110010 | 100011 | 111101 | 0 | 1010000 | 1000010 | 11110 | 101011101 | 1000011 | 101010 |
Color Harmonies of #B2233D
Complementary color
Monochromatic Colors of #B2233D
Black with #B2233D
Text Example
Text Example
White with #B2233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2233D; }
p { color: rgb(178,35,61); }
H1.HeaderClassName
{
color: #B2233D;
}
.AnyTagClassName
{
color: #B2233D;
}
</style>
background-color css
<style>
a { background-color: #B2233D; }
a { background-color: rgb(178,35,61); }
div.DivClassName
{
background-color: #B2233D;
}
.BgClassName
{
background-color: #B2233D;
}
</style>
border-color css
<style>
span { border-color: #B2233D; }
span { border-color: rgb(178,35,61); }
td.TdClassName
{
border-color: #B2233D;
}
.TagClassName
{
border-color: #B2233D;
}
</style>