Shades of Cardinal #BD062F
Tints of Cardinal #BD062F
RGB
CMYK
RGB Variations
Color information
#BD062F (or 0xBD062F) is known color: Cardinal. HEX triplet: BD, 06 and 2F. RGB value is (189,6,47). Sum of RGB (Red+Green+Blue) = 189+6+47=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD062F is #42F9D0. Grayscale: #414141. Windows color (decimal): -4389329 or 3081917. OLE color: 3081917.
HSL color Cylindrical-coordinate representation of color #BD062F: hue angle of 346.56º degrees, saturation: 0.94, 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 #BD062F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.26 |
| HSL | 346.56º | 0.94% | 0.38% | - |
| HSV(B) | 346.56º | 0.97% | 0.74% | - |
| XYZ | 21.56 | 11.15 | 3.71 | - |
| YUV | 65.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 47 | 0 | 0.97 | 0.75 | 0.26 | 346.56 | 0.94 | 0.38 |
| Hex | BD | 6 | 2F | 0 | 61 | 4B | 1A | 15B | 5E | 26 |
| Octal | 275 | 6 | 57 | 0 | 141 | 113 | 32 | 533 | 136 | 46 |
| Binary | 10111101 | 110 | 101111 | 0 | 1100001 | 1001011 | 11010 | 101011011 | 1011110 | 100110 |
Color Harmonies of #BD062F
Complementary color
Monochromatic Colors of #BD062F
Black with #BD062F
Text Example
Text Example
White with #BD062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD062F; }
p { color: rgb(189,6,47); }
H1.HeaderClassName
{
color: #BD062F;
}
.AnyTagClassName
{
color: #BD062F;
}
</style>
background-color css
<style>
a { background-color: #BD062F; }
a { background-color: rgb(189,6,47); }
div.DivClassName
{
background-color: #BD062F;
}
.BgClassName
{
background-color: #BD062F;
}
</style>
border-color css
<style>
span { border-color: #BD062F; }
span { border-color: rgb(189,6,47); }
td.TdClassName
{
border-color: #BD062F;
}
.TagClassName
{
border-color: #BD062F;
}
</style>