Shades of Cardinal #BD082D
Tints of Cardinal #BD082D
RGB
CMYK
RGB Variations
Color information
#BD082D (or 0xBD082D) is known color: Cardinal. HEX triplet: BD, 08 and 2D. RGB value is (189,8,45). Sum of RGB (Red+Green+Blue) = 189+8+45=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082D is #42F7D2. Grayscale: #424242. Windows color (decimal): -4388819 or 2951357. OLE color: 2951357.
HSL color Cylindrical-coordinate representation of color #BD082D: hue angle of 347.73º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD082D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.26 |
| HSL | 347.73º | 0.92% | 0.39% | - |
| HSV(B) | 347.73º | 0.96% | 0.74% | - |
| XYZ | 21.55 | 11.18 | 3.51 | - |
| YUV | 66.34 | 115.97 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 45 | 0 | 0.96 | 0.76 | 0.26 | 347.73 | 0.92 | 0.39 |
| Hex | BD | 8 | 2D | 0 | 60 | 4C | 1A | 15C | 5C | 27 |
| Octal | 275 | 10 | 55 | 0 | 140 | 114 | 32 | 534 | 134 | 47 |
| Binary | 10111101 | 1000 | 101101 | 0 | 1100000 | 1001100 | 11010 | 101011100 | 1011100 | 100111 |
Color Harmonies of #BD082D
Complementary color
Monochromatic Colors of #BD082D
Black with #BD082D
Text Example
Text Example
White with #BD082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD082D; }
p { color: rgb(189,8,45); }
H1.HeaderClassName
{
color: #BD082D;
}
.AnyTagClassName
{
color: #BD082D;
}
</style>
background-color css
<style>
a { background-color: #BD082D; }
a { background-color: rgb(189,8,45); }
div.DivClassName
{
background-color: #BD082D;
}
.BgClassName
{
background-color: #BD082D;
}
</style>
border-color css
<style>
span { border-color: #BD082D; }
span { border-color: rgb(189,8,45); }
td.TdClassName
{
border-color: #BD082D;
}
.TagClassName
{
border-color: #BD082D;
}
</style>