Shades of Cardinal #BD273B
Tints of Cardinal #BD273B
RGB
CMYK
RGB Variations
Color information
#BD273B (or 0xBD273B) is known color: Cardinal. HEX triplet: BD, 27 and 3B. RGB value is (189,39,59). Sum of RGB (Red+Green+Blue) = 189+39+59=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD273B is #42D8C4. Grayscale: #565656. Windows color (decimal): -4380869 or 3876797. OLE color: 3876797.
HSL color Cylindrical-coordinate representation of color #BD273B: hue angle of 352º 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 #BD273B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 59 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.26 |
| HSL | 352º | 0.66% | 0.45% | - |
| HSV(B) | 352º | 0.79% | 0.74% | - |
| XYZ | 22.5 | 12.59 | 5.38 | - |
| YUV | 86.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 59 | 0 | 0.79 | 0.69 | 0.26 | 352 | 0.66 | 0.45 |
| Hex | BD | 27 | 3B | 0 | 4F | 45 | 1A | 160 | 42 | 2D |
| Octal | 275 | 47 | 73 | 0 | 117 | 105 | 32 | 540 | 102 | 55 |
| Binary | 10111101 | 100111 | 111011 | 0 | 1001111 | 1000101 | 11010 | 101100000 | 1000010 | 101101 |
Color Harmonies of #BD273B
Complementary color
Monochromatic Colors of #BD273B
Black with #BD273B
Text Example
Text Example
White with #BD273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD273B; }
p { color: rgb(189,39,59); }
H1.HeaderClassName
{
color: #BD273B;
}
.AnyTagClassName
{
color: #BD273B;
}
</style>
background-color css
<style>
a { background-color: #BD273B; }
a { background-color: rgb(189,39,59); }
div.DivClassName
{
background-color: #BD273B;
}
.BgClassName
{
background-color: #BD273B;
}
</style>
border-color css
<style>
span { border-color: #BD273B; }
span { border-color: rgb(189,39,59); }
td.TdClassName
{
border-color: #BD273B;
}
.TagClassName
{
border-color: #BD273B;
}
</style>