Shades of Cardinal #BD2638
Tints of Cardinal #BD2638
RGB
CMYK
RGB Variations
Color information
#BD2638 (or 0xBD2638) is known color: Cardinal. HEX triplet: BD, 26 and 38. RGB value is (189,38,56). Sum of RGB (Red+Green+Blue) = 189+38+56=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2638 is #42D9C7. Grayscale: #555555. Windows color (decimal): -4381128 or 3679933. OLE color: 3679933.
HSL color Cylindrical-coordinate representation of color #BD2638: hue angle of 352.85º 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 #BD2638 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 56 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.26 |
| HSL | 352.85º | 0.67% | 0.45% | - |
| HSV(B) | 352.85º | 0.8% | 0.74% | - |
| XYZ | 22.39 | 12.49 | 4.97 | - |
| YUV | 85.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 56 | 0 | 0.80 | 0.70 | 0.26 | 352.85 | 0.67 | 0.45 |
| Hex | BD | 26 | 38 | 0 | 50 | 46 | 1A | 161 | 43 | 2D |
| Octal | 275 | 46 | 70 | 0 | 120 | 106 | 32 | 541 | 103 | 55 |
| Binary | 10111101 | 100110 | 111000 | 0 | 1010000 | 1000110 | 11010 | 101100001 | 1000011 | 101101 |
Color Harmonies of #BD2638
Complementary color
Monochromatic Colors of #BD2638
Black with #BD2638
Text Example
Text Example
White with #BD2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2638; }
p { color: rgb(189,38,56); }
H1.HeaderClassName
{
color: #BD2638;
}
.AnyTagClassName
{
color: #BD2638;
}
</style>
background-color css
<style>
a { background-color: #BD2638; }
a { background-color: rgb(189,38,56); }
div.DivClassName
{
background-color: #BD2638;
}
.BgClassName
{
background-color: #BD2638;
}
</style>
border-color css
<style>
span { border-color: #BD2638; }
span { border-color: rgb(189,38,56); }
td.TdClassName
{
border-color: #BD2638;
}
.TagClassName
{
border-color: #BD2638;
}
</style>