Shades of Cardinal #BD1A2D
Tints of Cardinal #BD1A2D
RGB
CMYK
RGB Variations
Color information
#BD1A2D (or 0xBD1A2D) is known color: Cardinal. HEX triplet: BD, 1A and 2D. RGB value is (189,26,45). Sum of RGB (Red+Green+Blue) = 189+26+45=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A2D is #42E5D2. Grayscale: #4C4C4C. Windows color (decimal): -4384211 or 2955965. OLE color: 2955965.
HSL color Cylindrical-coordinate representation of color #BD1A2D: hue angle of 353.01º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A2D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 45 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.26 |
| HSL | 353.01º | 0.76% | 0.42% | - |
| HSV(B) | 353.01º | 0.86% | 0.74% | - |
| XYZ | 21.83 | 11.75 | 3.6 | - |
| YUV | 76.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 45 | 0 | 0.86 | 0.76 | 0.26 | 353.01 | 0.76 | 0.42 |
| Hex | BD | 1A | 2D | 0 | 56 | 4C | 1A | 161 | 4C | 2A |
| Octal | 275 | 32 | 55 | 0 | 126 | 114 | 32 | 541 | 114 | 52 |
| Binary | 10111101 | 11010 | 101101 | 0 | 1010110 | 1001100 | 11010 | 101100001 | 1001100 | 101010 |
Color Harmonies of #BD1A2D
Complementary color
Monochromatic Colors of #BD1A2D
Black with #BD1A2D
Text Example
Text Example
White with #BD1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A2D; }
p { color: rgb(189,26,45); }
H1.HeaderClassName
{
color: #BD1A2D;
}
.AnyTagClassName
{
color: #BD1A2D;
}
</style>
background-color css
<style>
a { background-color: #BD1A2D; }
a { background-color: rgb(189,26,45); }
div.DivClassName
{
background-color: #BD1A2D;
}
.BgClassName
{
background-color: #BD1A2D;
}
</style>
border-color css
<style>
span { border-color: #BD1A2D; }
span { border-color: rgb(189,26,45); }
td.TdClassName
{
border-color: #BD1A2D;
}
.TagClassName
{
border-color: #BD1A2D;
}
</style>