Shades of Cardinal #BD2739
Tints of Cardinal #BD2739
RGB
CMYK
RGB Variations
Color information
#BD2739 (or 0xBD2739) is known color: Cardinal. HEX triplet: BD, 27 and 39. RGB value is (189,39,57). Sum of RGB (Red+Green+Blue) = 189+39+57=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2739 is #42D8C6. Grayscale: #555555. Windows color (decimal): -4380871 or 3745725. OLE color: 3745725.
HSL color Cylindrical-coordinate representation of color #BD2739: hue angle of 352.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2739 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 57 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.26 |
| HSL | 352.8º | 0.66% | 0.45% | - |
| HSV(B) | 352.8º | 0.79% | 0.74% | - |
| XYZ | 22.45 | 12.57 | 5.11 | - |
| YUV | 85.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 57 | 0 | 0.79 | 0.70 | 0.26 | 352.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 39 | 0 | 4F | 46 | 1A | 161 | 42 | 2D |
| Octal | 275 | 47 | 71 | 0 | 117 | 106 | 32 | 541 | 102 | 55 |
| Binary | 10111101 | 100111 | 111001 | 0 | 1001111 | 1000110 | 11010 | 101100001 | 1000010 | 101101 |
Color Harmonies of #BD2739
Complementary color
Monochromatic Colors of #BD2739
Black with #BD2739
Text Example
Text Example
White with #BD2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2739; }
p { color: rgb(189,39,57); }
H1.HeaderClassName
{
color: #BD2739;
}
.AnyTagClassName
{
color: #BD2739;
}
</style>
background-color css
<style>
a { background-color: #BD2739; }
a { background-color: rgb(189,39,57); }
div.DivClassName
{
background-color: #BD2739;
}
.BgClassName
{
background-color: #BD2739;
}
</style>
border-color css
<style>
span { border-color: #BD2739; }
span { border-color: rgb(189,39,57); }
td.TdClassName
{
border-color: #BD2739;
}
.TagClassName
{
border-color: #BD2739;
}
</style>