Shades of Cardinal #BD1633
Tints of Cardinal #BD1633
RGB
CMYK
RGB Variations
Color information
#BD1633 (or 0xBD1633) is known color: Cardinal. HEX triplet: BD, 16 and 33. RGB value is (189,22,51). Sum of RGB (Red+Green+Blue) = 189+22+51=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1633 is #42E9CC. Grayscale: #4B4B4B. Windows color (decimal): -4385229 or 3348157. OLE color: 3348157.
HSL color Cylindrical-coordinate representation of color #BD1633: hue angle of 349.58º 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 #BD1633 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 51 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.26 |
| HSL | 349.58º | 0.79% | 0.41% | - |
| HSV(B) | 349.58º | 0.88% | 0.74% | - |
| XYZ | 21.87 | 11.63 | 4.22 | - |
| YUV | 75.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 51 | 0 | 0.88 | 0.73 | 0.26 | 349.58 | 0.79 | 0.41 |
| Hex | BD | 16 | 33 | 0 | 58 | 49 | 1A | 15E | 4F | 29 |
| Octal | 275 | 26 | 63 | 0 | 130 | 111 | 32 | 536 | 117 | 51 |
| Binary | 10111101 | 10110 | 110011 | 0 | 1011000 | 1001001 | 11010 | 101011110 | 1001111 | 101001 |
Color Harmonies of #BD1633
Complementary color
Monochromatic Colors of #BD1633
Black with #BD1633
Text Example
Text Example
White with #BD1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1633; }
p { color: rgb(189,22,51); }
H1.HeaderClassName
{
color: #BD1633;
}
.AnyTagClassName
{
color: #BD1633;
}
</style>
background-color css
<style>
a { background-color: #BD1633; }
a { background-color: rgb(189,22,51); }
div.DivClassName
{
background-color: #BD1633;
}
.BgClassName
{
background-color: #BD1633;
}
</style>
border-color css
<style>
span { border-color: #BD1633; }
span { border-color: rgb(189,22,51); }
td.TdClassName
{
border-color: #BD1633;
}
.TagClassName
{
border-color: #BD1633;
}
</style>