Shades of Cardinal #BD2736
Tints of Cardinal #BD2736
RGB
CMYK
RGB Variations
Color information
#BD2736 (or 0xBD2736) is known color: Cardinal. HEX triplet: BD, 27 and 36. RGB value is (189,39,54). Sum of RGB (Red+Green+Blue) = 189+39+54=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2736 is #42D8C9. Grayscale: #555555. Windows color (decimal): -4380874 or 3549117. OLE color: 3549117.
HSL color Cylindrical-coordinate representation of color #BD2736: hue angle of 354º 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 #BD2736 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 54 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.26 |
| HSL | 354º | 0.66% | 0.45% | - |
| HSV(B) | 354º | 0.79% | 0.74% | - |
| XYZ | 22.38 | 12.54 | 4.73 | - |
| YUV | 85.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 54 | 0 | 0.79 | 0.71 | 0.26 | 354 | 0.66 | 0.45 |
| Hex | BD | 27 | 36 | 0 | 4F | 47 | 1A | 162 | 42 | 2D |
| Octal | 275 | 47 | 66 | 0 | 117 | 107 | 32 | 542 | 102 | 55 |
| Binary | 10111101 | 100111 | 110110 | 0 | 1001111 | 1000111 | 11010 | 101100010 | 1000010 | 101101 |
Color Harmonies of #BD2736
Complementary color
Monochromatic Colors of #BD2736
Black with #BD2736
Text Example
Text Example
White with #BD2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2736; }
p { color: rgb(189,39,54); }
H1.HeaderClassName
{
color: #BD2736;
}
.AnyTagClassName
{
color: #BD2736;
}
</style>
background-color css
<style>
a { background-color: #BD2736; }
a { background-color: rgb(189,39,54); }
div.DivClassName
{
background-color: #BD2736;
}
.BgClassName
{
background-color: #BD2736;
}
</style>
border-color css
<style>
span { border-color: #BD2736; }
span { border-color: rgb(189,39,54); }
td.TdClassName
{
border-color: #BD2736;
}
.TagClassName
{
border-color: #BD2736;
}
</style>