Shades of Cardinal #BD052F
Tints of Cardinal #BD052F
RGB
CMYK
RGB Variations
Color information
#BD052F (or 0xBD052F) is known color: Cardinal. HEX triplet: BD, 05 and 2F. RGB value is (189,5,47). Sum of RGB (Red+Green+Blue) = 189+5+47=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD052F is #42FAD0. Grayscale: #404040. Windows color (decimal): -4389585 or 3081661. OLE color: 3081661.
HSL color Cylindrical-coordinate representation of color #BD052F: hue angle of 346.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD052F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.26 |
| HSL | 346.3º | 0.95% | 0.38% | - |
| HSV(B) | 346.3º | 0.97% | 0.74% | - |
| XYZ | 21.55 | 11.13 | 3.7 | - |
| YUV | 64.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 47 | 0 | 0.97 | 0.75 | 0.26 | 346.3 | 0.95 | 0.38 |
| Hex | BD | 5 | 2F | 0 | 61 | 4B | 1A | 15A | 5F | 26 |
| Octal | 275 | 5 | 57 | 0 | 141 | 113 | 32 | 532 | 137 | 46 |
| Binary | 10111101 | 101 | 101111 | 0 | 1100001 | 1001011 | 11010 | 101011010 | 1011111 | 100110 |
Color Harmonies of #BD052F
Complementary color
Monochromatic Colors of #BD052F
Black with #BD052F
Text Example
Text Example
White with #BD052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD052F; }
p { color: rgb(189,5,47); }
H1.HeaderClassName
{
color: #BD052F;
}
.AnyTagClassName
{
color: #BD052F;
}
</style>
background-color css
<style>
a { background-color: #BD052F; }
a { background-color: rgb(189,5,47); }
div.DivClassName
{
background-color: #BD052F;
}
.BgClassName
{
background-color: #BD052F;
}
</style>
border-color css
<style>
span { border-color: #BD052F; }
span { border-color: rgb(189,5,47); }
td.TdClassName
{
border-color: #BD052F;
}
.TagClassName
{
border-color: #BD052F;
}
</style>