Shades of Cardinal #BD0930
Tints of Cardinal #BD0930
RGB
CMYK
RGB Variations
Color information
#BD0930 (or 0xBD0930) is known color: Cardinal. HEX triplet: BD, 09 and 30. RGB value is (189,9,48). Sum of RGB (Red+Green+Blue) = 189+9+48=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0930 is #42F6CF. Grayscale: #434343. Windows color (decimal): -4388560 or 3148221. OLE color: 3148221.
HSL color Cylindrical-coordinate representation of color #BD0930: hue angle of 347º 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 #BD0930 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 48 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.26 |
| HSL | 347º | 0.91% | 0.39% | - |
| HSV(B) | 347º | 0.95% | 0.74% | - |
| XYZ | 21.62 | 11.23 | 3.82 | - |
| YUV | 67.27 | 117.13 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 48 | 0 | 0.95 | 0.75 | 0.26 | 347 | 0.91 | 0.39 |
| Hex | BD | 9 | 30 | 0 | 5F | 4B | 1A | 15B | 5B | 27 |
| Octal | 275 | 11 | 60 | 0 | 137 | 113 | 32 | 533 | 133 | 47 |
| Binary | 10111101 | 1001 | 110000 | 0 | 1011111 | 1001011 | 11010 | 101011011 | 1011011 | 100111 |
Color Harmonies of #BD0930
Complementary color
Monochromatic Colors of #BD0930
Black with #BD0930
Text Example
Text Example
White with #BD0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0930; }
p { color: rgb(189,9,48); }
H1.HeaderClassName
{
color: #BD0930;
}
.AnyTagClassName
{
color: #BD0930;
}
</style>
background-color css
<style>
a { background-color: #BD0930; }
a { background-color: rgb(189,9,48); }
div.DivClassName
{
background-color: #BD0930;
}
.BgClassName
{
background-color: #BD0930;
}
</style>
border-color css
<style>
span { border-color: #BD0930; }
span { border-color: rgb(189,9,48); }
td.TdClassName
{
border-color: #BD0930;
}
.TagClassName
{
border-color: #BD0930;
}
</style>