Shades of Cardinal #BD2038
Tints of Cardinal #BD2038
RGB
CMYK
RGB Variations
Color information
#BD2038 (or 0xBD2038) is known color: Cardinal. HEX triplet: BD, 20 and 38. RGB value is (189,32,56). Sum of RGB (Red+Green+Blue) = 189+32+56=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2038 is #42DFC7. Grayscale: #515151. Windows color (decimal): -4382664 or 3678397. OLE color: 3678397.
HSL color Cylindrical-coordinate representation of color #BD2038: hue angle of 350.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2038 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 56 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.26 |
| HSL | 350.83º | 0.71% | 0.43% | - |
| HSV(B) | 350.83º | 0.83% | 0.74% | - |
| XYZ | 22.22 | 12.14 | 4.91 | - |
| YUV | 81.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 56 | 0 | 0.83 | 0.70 | 0.26 | 350.83 | 0.71 | 0.43 |
| Hex | BD | 20 | 38 | 0 | 53 | 46 | 1A | 15F | 47 | 2B |
| Octal | 275 | 40 | 70 | 0 | 123 | 106 | 32 | 537 | 107 | 53 |
| Binary | 10111101 | 100000 | 111000 | 0 | 1010011 | 1000110 | 11010 | 101011111 | 1000111 | 101011 |
Color Harmonies of #BD2038
Complementary color
Monochromatic Colors of #BD2038
Black with #BD2038
Text Example
Text Example
White with #BD2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2038; }
p { color: rgb(189,32,56); }
H1.HeaderClassName
{
color: #BD2038;
}
.AnyTagClassName
{
color: #BD2038;
}
</style>
background-color css
<style>
a { background-color: #BD2038; }
a { background-color: rgb(189,32,56); }
div.DivClassName
{
background-color: #BD2038;
}
.BgClassName
{
background-color: #BD2038;
}
</style>
border-color css
<style>
span { border-color: #BD2038; }
span { border-color: rgb(189,32,56); }
td.TdClassName
{
border-color: #BD2038;
}
.TagClassName
{
border-color: #BD2038;
}
</style>