Shades of Cardinal #BD072F
Tints of Cardinal #BD072F
RGB
CMYK
RGB Variations
Color information
#BD072F (or 0xBD072F) is known color: Cardinal. HEX triplet: BD, 07 and 2F. RGB value is (189,7,47). Sum of RGB (Red+Green+Blue) = 189+7+47=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD072F is #42F8D0. Grayscale: #424242. Windows color (decimal): -4389073 or 3082173. OLE color: 3082173.
HSL color Cylindrical-coordinate representation of color #BD072F: hue angle of 346.81º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD072F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.26 |
| HSL | 346.81º | 0.93% | 0.38% | - |
| HSV(B) | 346.81º | 0.96% | 0.74% | - |
| XYZ | 21.58 | 11.18 | 3.71 | - |
| YUV | 65.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 47 | 0 | 0.96 | 0.75 | 0.26 | 346.81 | 0.93 | 0.38 |
| Hex | BD | 7 | 2F | 0 | 60 | 4B | 1A | 15B | 5D | 26 |
| Octal | 275 | 7 | 57 | 0 | 140 | 113 | 32 | 533 | 135 | 46 |
| Binary | 10111101 | 111 | 101111 | 0 | 1100000 | 1001011 | 11010 | 101011011 | 1011101 | 100110 |
Color Harmonies of #BD072F
Complementary color
Monochromatic Colors of #BD072F
Black with #BD072F
Text Example
Text Example
White with #BD072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD072F; }
p { color: rgb(189,7,47); }
H1.HeaderClassName
{
color: #BD072F;
}
.AnyTagClassName
{
color: #BD072F;
}
</style>
background-color css
<style>
a { background-color: #BD072F; }
a { background-color: rgb(189,7,47); }
div.DivClassName
{
background-color: #BD072F;
}
.BgClassName
{
background-color: #BD072F;
}
</style>
border-color css
<style>
span { border-color: #BD072F; }
span { border-color: rgb(189,7,47); }
td.TdClassName
{
border-color: #BD072F;
}
.TagClassName
{
border-color: #BD072F;
}
</style>