Shades of Cardinal #BD062D
Tints of Cardinal #BD062D
RGB
CMYK
RGB Variations
Color information
#BD062D (or 0xBD062D) is known color: Cardinal. HEX triplet: BD, 06 and 2D. RGB value is (189,6,45). Sum of RGB (Red+Green+Blue) = 189+6+45=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD062D is #42F9D2. Grayscale: #414141. Windows color (decimal): -4389331 or 2950845. OLE color: 2950845.
HSL color Cylindrical-coordinate representation of color #BD062D: hue angle of 347.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD062D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.26 |
| HSL | 347.21º | 0.94% | 0.38% | - |
| HSV(B) | 347.21º | 0.97% | 0.74% | - |
| XYZ | 21.53 | 11.14 | 3.5 | - |
| YUV | 65.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 45 | 0 | 0.97 | 0.76 | 0.26 | 347.21 | 0.94 | 0.38 |
| Hex | BD | 6 | 2D | 0 | 61 | 4C | 1A | 15B | 5E | 26 |
| Octal | 275 | 6 | 55 | 0 | 141 | 114 | 32 | 533 | 136 | 46 |
| Binary | 10111101 | 110 | 101101 | 0 | 1100001 | 1001100 | 11010 | 101011011 | 1011110 | 100110 |
Color Harmonies of #BD062D
Complementary color
Monochromatic Colors of #BD062D
Black with #BD062D
Text Example
Text Example
White with #BD062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD062D; }
p { color: rgb(189,6,45); }
H1.HeaderClassName
{
color: #BD062D;
}
.AnyTagClassName
{
color: #BD062D;
}
</style>
background-color css
<style>
a { background-color: #BD062D; }
a { background-color: rgb(189,6,45); }
div.DivClassName
{
background-color: #BD062D;
}
.BgClassName
{
background-color: #BD062D;
}
</style>
border-color css
<style>
span { border-color: #BD062D; }
span { border-color: rgb(189,6,45); }
td.TdClassName
{
border-color: #BD062D;
}
.TagClassName
{
border-color: #BD062D;
}
</style>