Shades of Cardinal #BD162F
Tints of Cardinal #BD162F
RGB
CMYK
RGB Variations
Color information
#BD162F (or 0xBD162F) is known color: Cardinal. HEX triplet: BD, 16 and 2F. RGB value is (189,22,47). Sum of RGB (Red+Green+Blue) = 189+22+47=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD162F is #42E9D0. Grayscale: #4A4A4A. Windows color (decimal): -4385233 or 3086013. OLE color: 3086013.
HSL color Cylindrical-coordinate representation of color #BD162F: hue angle of 351.02º 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 #BD162F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.26 |
| HSL | 351.02º | 0.79% | 0.41% | - |
| HSV(B) | 351.02º | 0.88% | 0.74% | - |
| XYZ | 21.79 | 11.6 | 3.78 | - |
| YUV | 74.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 47 | 0 | 0.88 | 0.75 | 0.26 | 351.02 | 0.79 | 0.41 |
| Hex | BD | 16 | 2F | 0 | 58 | 4B | 1A | 15F | 4F | 29 |
| Octal | 275 | 26 | 57 | 0 | 130 | 113 | 32 | 537 | 117 | 51 |
| Binary | 10111101 | 10110 | 101111 | 0 | 1011000 | 1001011 | 11010 | 101011111 | 1001111 | 101001 |
Color Harmonies of #BD162F
Complementary color
Monochromatic Colors of #BD162F
Black with #BD162F
Text Example
Text Example
White with #BD162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD162F; }
p { color: rgb(189,22,47); }
H1.HeaderClassName
{
color: #BD162F;
}
.AnyTagClassName
{
color: #BD162F;
}
</style>
background-color css
<style>
a { background-color: #BD162F; }
a { background-color: rgb(189,22,47); }
div.DivClassName
{
background-color: #BD162F;
}
.BgClassName
{
background-color: #BD162F;
}
</style>
border-color css
<style>
span { border-color: #BD162F; }
span { border-color: rgb(189,22,47); }
td.TdClassName
{
border-color: #BD162F;
}
.TagClassName
{
border-color: #BD162F;
}
</style>