Shades of Cardinal #BD1B38
Tints of Cardinal #BD1B38
RGB
CMYK
RGB Variations
Color information
#BD1B38 (or 0xBD1B38) is known color: Cardinal. HEX triplet: BD, 1B and 38. RGB value is (189,27,56). Sum of RGB (Red+Green+Blue) = 189+27+56=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B38 is #42E4C7. Grayscale: #4E4E4E. Windows color (decimal): -4383944 or 3677117. OLE color: 3677117.
HSL color Cylindrical-coordinate representation of color #BD1B38: hue angle of 349.26º degrees, saturation: 0.75, 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 #BD1B38 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 56 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.26 |
| HSL | 349.26º | 0.75% | 0.42% | - |
| HSV(B) | 349.26º | 0.86% | 0.74% | - |
| XYZ | 22.09 | 11.89 | 4.87 | - |
| YUV | 78.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 56 | 0 | 0.86 | 0.70 | 0.26 | 349.26 | 0.75 | 0.42 |
| Hex | BD | 1B | 38 | 0 | 56 | 46 | 1A | 15D | 4B | 2A |
| Octal | 275 | 33 | 70 | 0 | 126 | 106 | 32 | 535 | 113 | 52 |
| Binary | 10111101 | 11011 | 111000 | 0 | 1010110 | 1000110 | 11010 | 101011101 | 1001011 | 101010 |
Color Harmonies of #BD1B38
Complementary color
Monochromatic Colors of #BD1B38
Black with #BD1B38
Text Example
Text Example
White with #BD1B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B38; }
p { color: rgb(189,27,56); }
H1.HeaderClassName
{
color: #BD1B38;
}
.AnyTagClassName
{
color: #BD1B38;
}
</style>
background-color css
<style>
a { background-color: #BD1B38; }
a { background-color: rgb(189,27,56); }
div.DivClassName
{
background-color: #BD1B38;
}
.BgClassName
{
background-color: #BD1B38;
}
</style>
border-color css
<style>
span { border-color: #BD1B38; }
span { border-color: rgb(189,27,56); }
td.TdClassName
{
border-color: #BD1B38;
}
.TagClassName
{
border-color: #BD1B38;
}
</style>