Shades of Cardinal #BD0038
Tints of Cardinal #BD0038
RGB
CMYK
RGB Variations
Color information
#BD0038 (or 0xBD0038) is known color: Cardinal. HEX triplet: BD, 00 and 38. RGB value is (189,0,56). Sum of RGB (Red+Green+Blue) = 189+0+56=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0038 is #42FFC7. Grayscale: #3E3E3E. Windows color (decimal): -4390856 or 3670205. OLE color: 3670205.
HSL color Cylindrical-coordinate representation of color #BD0038: hue angle of 342.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0038 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.70 | 0.26 |
| HSL | 342.22º | 1% | 0.37% | - |
| HSV(B) | 342.22º | 1% | 0.74% | - |
| XYZ | 21.7 | 11.1 | 4.74 | - |
| YUV | 62.9 | 124.12 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 56 | 0 | 1 | 0.70 | 0.26 | 342.22 | 1 | 0.37 |
| Hex | BD | 0 | 38 | 0 | 64 | 46 | 1A | 156 | 64 | 25 |
| Octal | 275 | 0 | 70 | 0 | 144 | 106 | 32 | 526 | 144 | 45 |
| Binary | 10111101 | 0 | 111000 | 0 | 1100100 | 1000110 | 11010 | 101010110 | 1100100 | 100101 |
Color Harmonies of #BD0038
Complementary color
Monochromatic Colors of #BD0038
Black with #BD0038
Text Example
Text Example
White with #BD0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0038; }
p { color: rgb(189,0,56); }
H1.HeaderClassName
{
color: #BD0038;
}
.AnyTagClassName
{
color: #BD0038;
}
</style>
background-color css
<style>
a { background-color: #BD0038; }
a { background-color: rgb(189,0,56); }
div.DivClassName
{
background-color: #BD0038;
}
.BgClassName
{
background-color: #BD0038;
}
</style>
border-color css
<style>
span { border-color: #BD0038; }
span { border-color: rgb(189,0,56); }
td.TdClassName
{
border-color: #BD0038;
}
.TagClassName
{
border-color: #BD0038;
}
</style>