Shades of Cardinal #BD082F
Tints of Cardinal #BD082F
RGB
CMYK
RGB Variations
Color information
#BD082F (or 0xBD082F) is known color: Cardinal. HEX triplet: BD, 08 and 2F. RGB value is (189,8,47). Sum of RGB (Red+Green+Blue) = 189+8+47=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082F is #42F7D0. Grayscale: #424242. Windows color (decimal): -4388817 or 3082429. OLE color: 3082429.
HSL color Cylindrical-coordinate representation of color #BD082F: hue angle of 347.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD082F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.26 |
| HSL | 347.07º | 0.92% | 0.39% | - |
| HSV(B) | 347.07º | 0.96% | 0.74% | - |
| XYZ | 21.59 | 11.2 | 3.71 | - |
| YUV | 66.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 47 | 0 | 0.96 | 0.75 | 0.26 | 347.07 | 0.92 | 0.39 |
| Hex | BD | 8 | 2F | 0 | 60 | 4B | 1A | 15B | 5C | 27 |
| Octal | 275 | 10 | 57 | 0 | 140 | 113 | 32 | 533 | 134 | 47 |
| Binary | 10111101 | 1000 | 101111 | 0 | 1100000 | 1001011 | 11010 | 101011011 | 1011100 | 100111 |
Color Harmonies of #BD082F
Complementary color
Monochromatic Colors of #BD082F
Black with #BD082F
Text Example
Text Example
White with #BD082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD082F; }
p { color: rgb(189,8,47); }
H1.HeaderClassName
{
color: #BD082F;
}
.AnyTagClassName
{
color: #BD082F;
}
</style>
background-color css
<style>
a { background-color: #BD082F; }
a { background-color: rgb(189,8,47); }
div.DivClassName
{
background-color: #BD082F;
}
.BgClassName
{
background-color: #BD082F;
}
</style>
border-color css
<style>
span { border-color: #BD082F; }
span { border-color: rgb(189,8,47); }
td.TdClassName
{
border-color: #BD082F;
}
.TagClassName
{
border-color: #BD082F;
}
</style>