Shades of Cardinal #BD1632
Tints of Cardinal #BD1632
RGB
CMYK
RGB Variations
Color information
#BD1632 (or 0xBD1632) is known color: Cardinal. HEX triplet: BD, 16 and 32. RGB value is (189,22,50). Sum of RGB (Red+Green+Blue) = 189+22+50=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1632 is #42E9CD. Grayscale: #4B4B4B. Windows color (decimal): -4385230 or 3282621. OLE color: 3282621.
HSL color Cylindrical-coordinate representation of color #BD1632: hue angle of 349.94º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1632 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 50 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.26 |
| HSL | 349.94º | 0.79% | 0.41% | - |
| HSV(B) | 349.94º | 0.88% | 0.74% | - |
| XYZ | 21.85 | 11.62 | 4.11 | - |
| YUV | 75.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 50 | 0 | 0.88 | 0.74 | 0.26 | 349.94 | 0.79 | 0.41 |
| Hex | BD | 16 | 32 | 0 | 58 | 4A | 1A | 15E | 4F | 29 |
| Octal | 275 | 26 | 62 | 0 | 130 | 112 | 32 | 536 | 117 | 51 |
| Binary | 10111101 | 10110 | 110010 | 0 | 1011000 | 1001010 | 11010 | 101011110 | 1001111 | 101001 |
Color Harmonies of #BD1632
Complementary color
Monochromatic Colors of #BD1632
Black with #BD1632
Text Example
Text Example
White with #BD1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1632; }
p { color: rgb(189,22,50); }
H1.HeaderClassName
{
color: #BD1632;
}
.AnyTagClassName
{
color: #BD1632;
}
</style>
background-color css
<style>
a { background-color: #BD1632; }
a { background-color: rgb(189,22,50); }
div.DivClassName
{
background-color: #BD1632;
}
.BgClassName
{
background-color: #BD1632;
}
</style>
border-color css
<style>
span { border-color: #BD1632; }
span { border-color: rgb(189,22,50); }
td.TdClassName
{
border-color: #BD1632;
}
.TagClassName
{
border-color: #BD1632;
}
</style>