Shades of Cardinal #B0203D
Tints of Cardinal #B0203D
RGB
CMYK
RGB Variations
Color information
#B0203D (or 0xB0203D) is known color: Cardinal. HEX triplet: B0, 20 and 3D. RGB value is (176,32,61). Sum of RGB (Red+Green+Blue) = 176+32+61=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0203D is #4FDFC2. Grayscale: #4E4E4E. Windows color (decimal): -5234627 or 4006064. OLE color: 4006064.
HSL color Cylindrical-coordinate representation of color #B0203D: hue angle of 347.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0203D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 61 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.31 |
| HSL | 347.92º | 0.69% | 0.41% | - |
| HSV(B) | 347.92º | 0.82% | 0.69% | - |
| XYZ | 19.26 | 10.6 | 5.45 | - |
| YUV | 78.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 61 | 0 | 0.82 | 0.65 | 0.31 | 347.92 | 0.69 | 0.41 |
| Hex | B0 | 20 | 3D | 0 | 52 | 41 | 1F | 15C | 45 | 29 |
| Octal | 260 | 40 | 75 | 0 | 122 | 101 | 37 | 534 | 105 | 51 |
| Binary | 10110000 | 100000 | 111101 | 0 | 1010010 | 1000001 | 11111 | 101011100 | 1000101 | 101001 |
Color Harmonies of #B0203D
Complementary color
Monochromatic Colors of #B0203D
Black with #B0203D
Text Example
Text Example
White with #B0203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0203D; }
p { color: rgb(176,32,61); }
H1.HeaderClassName
{
color: #B0203D;
}
.AnyTagClassName
{
color: #B0203D;
}
</style>
background-color css
<style>
a { background-color: #B0203D; }
a { background-color: rgb(176,32,61); }
div.DivClassName
{
background-color: #B0203D;
}
.BgClassName
{
background-color: #B0203D;
}
</style>
border-color css
<style>
span { border-color: #B0203D; }
span { border-color: rgb(176,32,61); }
td.TdClassName
{
border-color: #B0203D;
}
.TagClassName
{
border-color: #B0203D;
}
</style>