Shades of Cardinal #BD092D
Tints of Cardinal #BD092D
RGB
CMYK
RGB Variations
Color information
#BD092D (or 0xBD092D) is known color: Cardinal. HEX triplet: BD, 09 and 2D. RGB value is (189,9,45). Sum of RGB (Red+Green+Blue) = 189+9+45=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD092D is #42F6D2. Grayscale: #424242. Windows color (decimal): -4388563 or 2951613. OLE color: 2951613.
HSL color Cylindrical-coordinate representation of color #BD092D: hue angle of 348º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD092D is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.26 |
| HSL | 348º | 0.91% | 0.39% | - |
| HSV(B) | 348º | 0.95% | 0.74% | - |
| XYZ | 21.56 | 11.2 | 3.51 | - |
| YUV | 66.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 45 | 0 | 0.95 | 0.76 | 0.26 | 348 | 0.91 | 0.39 |
| Hex | BD | 9 | 2D | 0 | 5F | 4C | 1A | 15C | 5B | 27 |
| Octal | 275 | 11 | 55 | 0 | 137 | 114 | 32 | 534 | 133 | 47 |
| Binary | 10111101 | 1001 | 101101 | 0 | 1011111 | 1001100 | 11010 | 101011100 | 1011011 | 100111 |
Color Harmonies of #BD092D
Complementary color
Monochromatic Colors of #BD092D
Black with #BD092D
Text Example
Text Example
White with #BD092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD092D; }
p { color: rgb(189,9,45); }
H1.HeaderClassName
{
color: #BD092D;
}
.AnyTagClassName
{
color: #BD092D;
}
</style>
background-color css
<style>
a { background-color: #BD092D; }
a { background-color: rgb(189,9,45); }
div.DivClassName
{
background-color: #BD092D;
}
.BgClassName
{
background-color: #BD092D;
}
</style>
border-color css
<style>
span { border-color: #BD092D; }
span { border-color: rgb(189,9,45); }
td.TdClassName
{
border-color: #BD092D;
}
.TagClassName
{
border-color: #BD092D;
}
</style>