Shades of Cardinal #BD2731
Tints of Cardinal #BD2731
RGB
CMYK
RGB Variations
Color information
#BD2731 (or 0xBD2731) is known color: Cardinal. HEX triplet: BD, 27 and 31. RGB value is (189,39,49). Sum of RGB (Red+Green+Blue) = 189+39+49=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2731 is #42D8CE. Grayscale: #555555. Windows color (decimal): -4380879 or 3221437. OLE color: 3221437.
HSL color Cylindrical-coordinate representation of color #BD2731: hue angle of 356º 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 #BD2731 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 49 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.26 |
| HSL | 356º | 0.66% | 0.45% | - |
| HSV(B) | 356º | 0.79% | 0.74% | - |
| XYZ | 22.27 | 12.49 | 4.14 | - |
| YUV | 84.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 49 | 0 | 0.79 | 0.74 | 0.26 | 356 | 0.66 | 0.45 |
| Hex | BD | 27 | 31 | 0 | 4F | 4A | 1A | 164 | 42 | 2D |
| Octal | 275 | 47 | 61 | 0 | 117 | 112 | 32 | 544 | 102 | 55 |
| Binary | 10111101 | 100111 | 110001 | 0 | 1001111 | 1001010 | 11010 | 101100100 | 1000010 | 101101 |
Color Harmonies of #BD2731
Complementary color
Monochromatic Colors of #BD2731
Black with #BD2731
Text Example
Text Example
White with #BD2731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2731; }
p { color: rgb(189,39,49); }
H1.HeaderClassName
{
color: #BD2731;
}
.AnyTagClassName
{
color: #BD2731;
}
</style>
background-color css
<style>
a { background-color: #BD2731; }
a { background-color: rgb(189,39,49); }
div.DivClassName
{
background-color: #BD2731;
}
.BgClassName
{
background-color: #BD2731;
}
</style>
border-color css
<style>
span { border-color: #BD2731; }
span { border-color: rgb(189,39,49); }
td.TdClassName
{
border-color: #BD2731;
}
.TagClassName
{
border-color: #BD2731;
}
</style>