Shades of Cardinal #BD272F
Tints of Cardinal #BD272F
RGB
CMYK
RGB Variations
Color information
#BD272F (or 0xBD272F) is known color: Cardinal. HEX triplet: BD, 27 and 2F. RGB value is (189,39,47). Sum of RGB (Red+Green+Blue) = 189+39+47=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD272F is #42D8D0. Grayscale: #545454. Windows color (decimal): -4380881 or 3090365. OLE color: 3090365.
HSL color Cylindrical-coordinate representation of color #BD272F: hue angle of 356.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 #BD272F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 47 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.26 |
| HSL | 356.8º | 0.66% | 0.45% | - |
| HSV(B) | 356.8º | 0.79% | 0.74% | - |
| XYZ | 22.22 | 12.48 | 3.93 | - |
| YUV | 84.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 47 | 0 | 0.79 | 0.75 | 0.26 | 356.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 2F | 0 | 4F | 4B | 1A | 165 | 42 | 2D |
| Octal | 275 | 47 | 57 | 0 | 117 | 113 | 32 | 545 | 102 | 55 |
| Binary | 10111101 | 100111 | 101111 | 0 | 1001111 | 1001011 | 11010 | 101100101 | 1000010 | 101101 |
Color Harmonies of #BD272F
Complementary color
Monochromatic Colors of #BD272F
Black with #BD272F
Text Example
Text Example
White with #BD272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD272F; }
p { color: rgb(189,39,47); }
H1.HeaderClassName
{
color: #BD272F;
}
.AnyTagClassName
{
color: #BD272F;
}
</style>
background-color css
<style>
a { background-color: #BD272F; }
a { background-color: rgb(189,39,47); }
div.DivClassName
{
background-color: #BD272F;
}
.BgClassName
{
background-color: #BD272F;
}
</style>
border-color css
<style>
span { border-color: #BD272F; }
span { border-color: rgb(189,39,47); }
td.TdClassName
{
border-color: #BD272F;
}
.TagClassName
{
border-color: #BD272F;
}
</style>