Shades of Cardinal #BD092F
Tints of Cardinal #BD092F
RGB
CMYK
RGB Variations
Color information
#BD092F (or 0xBD092F) is known color: Cardinal. HEX triplet: BD, 09 and 2F. RGB value is (189,9,47). Sum of RGB (Red+Green+Blue) = 189+9+47=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD092F is #42F6D0. Grayscale: #434343. Windows color (decimal): -4388561 or 3082685. OLE color: 3082685.
HSL color Cylindrical-coordinate representation of color #BD092F: hue angle of 347.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD092F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 47 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.26 |
| HSL | 347.33º | 0.91% | 0.39% | - |
| HSV(B) | 347.33º | 0.95% | 0.74% | - |
| XYZ | 21.6 | 11.22 | 3.72 | - |
| YUV | 67.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 47 | 0 | 0.95 | 0.75 | 0.26 | 347.33 | 0.91 | 0.39 |
| Hex | BD | 9 | 2F | 0 | 5F | 4B | 1A | 15B | 5B | 27 |
| Octal | 275 | 11 | 57 | 0 | 137 | 113 | 32 | 533 | 133 | 47 |
| Binary | 10111101 | 1001 | 101111 | 0 | 1011111 | 1001011 | 11010 | 101011011 | 1011011 | 100111 |
Color Harmonies of #BD092F
Complementary color
Monochromatic Colors of #BD092F
Black with #BD092F
Text Example
Text Example
White with #BD092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD092F; }
p { color: rgb(189,9,47); }
H1.HeaderClassName
{
color: #BD092F;
}
.AnyTagClassName
{
color: #BD092F;
}
</style>
background-color css
<style>
a { background-color: #BD092F; }
a { background-color: rgb(189,9,47); }
div.DivClassName
{
background-color: #BD092F;
}
.BgClassName
{
background-color: #BD092F;
}
</style>
border-color css
<style>
span { border-color: #BD092F; }
span { border-color: rgb(189,9,47); }
td.TdClassName
{
border-color: #BD092F;
}
.TagClassName
{
border-color: #BD092F;
}
</style>