Shades of Cardinal #BD1832
Tints of Cardinal #BD1832
RGB
CMYK
RGB Variations
Color information
#BD1832 (or 0xBD1832) is known color: Cardinal. HEX triplet: BD, 18 and 32. RGB value is (189,24,50). Sum of RGB (Red+Green+Blue) = 189+24+50=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1832 is #42E7CD. Grayscale: #4C4C4C. Windows color (decimal): -4384718 or 3283133. OLE color: 3283133.
HSL color Cylindrical-coordinate representation of color #BD1832: hue angle of 350.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1832 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 50 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.26 |
| HSL | 350.55º | 0.77% | 0.42% | - |
| HSV(B) | 350.55º | 0.87% | 0.74% | - |
| XYZ | 21.89 | 11.7 | 4.12 | - |
| YUV | 76.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 50 | 0 | 0.87 | 0.74 | 0.26 | 350.55 | 0.77 | 0.42 |
| Hex | BD | 18 | 32 | 0 | 57 | 4A | 1A | 15F | 4D | 2A |
| Octal | 275 | 30 | 62 | 0 | 127 | 112 | 32 | 537 | 115 | 52 |
| Binary | 10111101 | 11000 | 110010 | 0 | 1010111 | 1001010 | 11010 | 101011111 | 1001101 | 101010 |
Color Harmonies of #BD1832
Complementary color
Monochromatic Colors of #BD1832
Black with #BD1832
Text Example
Text Example
White with #BD1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1832; }
p { color: rgb(189,24,50); }
H1.HeaderClassName
{
color: #BD1832;
}
.AnyTagClassName
{
color: #BD1832;
}
</style>
background-color css
<style>
a { background-color: #BD1832; }
a { background-color: rgb(189,24,50); }
div.DivClassName
{
background-color: #BD1832;
}
.BgClassName
{
background-color: #BD1832;
}
</style>
border-color css
<style>
span { border-color: #BD1832; }
span { border-color: rgb(189,24,50); }
td.TdClassName
{
border-color: #BD1832;
}
.TagClassName
{
border-color: #BD1832;
}
</style>