Shades of Cardinal #BD2636
Tints of Cardinal #BD2636
RGB
CMYK
RGB Variations
Color information
#BD2636 (or 0xBD2636) is known color: Cardinal. HEX triplet: BD, 26 and 36. RGB value is (189,38,54). Sum of RGB (Red+Green+Blue) = 189+38+54=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2636 is #42D9C9. Grayscale: #555555. Windows color (decimal): -4381130 or 3548861. OLE color: 3548861.
HSL color Cylindrical-coordinate representation of color #BD2636: hue angle of 353.64º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2636 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 54 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.26 |
| HSL | 353.64º | 0.67% | 0.45% | - |
| HSV(B) | 353.64º | 0.8% | 0.74% | - |
| XYZ | 22.35 | 12.47 | 4.72 | - |
| YUV | 84.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 54 | 0 | 0.80 | 0.71 | 0.26 | 353.64 | 0.67 | 0.45 |
| Hex | BD | 26 | 36 | 0 | 50 | 47 | 1A | 162 | 43 | 2D |
| Octal | 275 | 46 | 66 | 0 | 120 | 107 | 32 | 542 | 103 | 55 |
| Binary | 10111101 | 100110 | 110110 | 0 | 1010000 | 1000111 | 11010 | 101100010 | 1000011 | 101101 |
Color Harmonies of #BD2636
Complementary color
Monochromatic Colors of #BD2636
Black with #BD2636
Text Example
Text Example
White with #BD2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2636; }
p { color: rgb(189,38,54); }
H1.HeaderClassName
{
color: #BD2636;
}
.AnyTagClassName
{
color: #BD2636;
}
</style>
background-color css
<style>
a { background-color: #BD2636; }
a { background-color: rgb(189,38,54); }
div.DivClassName
{
background-color: #BD2636;
}
.BgClassName
{
background-color: #BD2636;
}
</style>
border-color css
<style>
span { border-color: #BD2636; }
span { border-color: rgb(189,38,54); }
td.TdClassName
{
border-color: #BD2636;
}
.TagClassName
{
border-color: #BD2636;
}
</style>