Shades of Cardinal #BD1F41
Tints of Cardinal #BD1F41
RGB
CMYK
RGB Variations
Color information
#BD1F41 (or 0xBD1F41) is known color: Cardinal. HEX triplet: BD, 1F and 41. RGB value is (189,31,65). Sum of RGB (Red+Green+Blue) = 189+31+65=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1F41 is #42E0BE. Grayscale: #525252. Windows color (decimal): -4382911 or 4267965. OLE color: 4267965.
HSL color Cylindrical-coordinate representation of color #BD1F41: hue angle of 347.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1F41 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 65 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.26 |
| HSL | 347.09º | 0.72% | 0.43% | - |
| HSV(B) | 347.09º | 0.84% | 0.74% | - |
| XYZ | 22.43 | 12.18 | 6.17 | - |
| YUV | 82.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 65 | 0 | 0.84 | 0.66 | 0.26 | 347.09 | 0.72 | 0.43 |
| Hex | BD | 1F | 41 | 0 | 54 | 42 | 1A | 15B | 48 | 2B |
| Octal | 275 | 37 | 101 | 0 | 124 | 102 | 32 | 533 | 110 | 53 |
| Binary | 10111101 | 11111 | 1000001 | 0 | 1010100 | 1000010 | 11010 | 101011011 | 1001000 | 101011 |
Color Harmonies of #BD1F41
Complementary color
Monochromatic Colors of #BD1F41
Black with #BD1F41
Text Example
Text Example
White with #BD1F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F41; }
p { color: rgb(189,31,65); }
H1.HeaderClassName
{
color: #BD1F41;
}
.AnyTagClassName
{
color: #BD1F41;
}
</style>
background-color css
<style>
a { background-color: #BD1F41; }
a { background-color: rgb(189,31,65); }
div.DivClassName
{
background-color: #BD1F41;
}
.BgClassName
{
background-color: #BD1F41;
}
</style>
border-color css
<style>
span { border-color: #BD1F41; }
span { border-color: rgb(189,31,65); }
td.TdClassName
{
border-color: #BD1F41;
}
.TagClassName
{
border-color: #BD1F41;
}
</style>