Shades of Cardinal #BD0830
Tints of Cardinal #BD0830
RGB
CMYK
RGB Variations
Color information
#BD0830 (or 0xBD0830) is known color: Cardinal. HEX triplet: BD, 08 and 30. RGB value is (189,8,48). Sum of RGB (Red+Green+Blue) = 189+8+48=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0830 is #42F7CF. Grayscale: #424242. Windows color (decimal): -4388816 or 3147965. OLE color: 3147965.
HSL color Cylindrical-coordinate representation of color #BD0830: hue angle of 346.74º 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 #BD0830 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.26 |
| HSL | 346.74º | 0.92% | 0.39% | - |
| HSV(B) | 346.74º | 0.96% | 0.74% | - |
| XYZ | 21.61 | 11.21 | 3.82 | - |
| YUV | 66.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 48 | 0 | 0.96 | 0.75 | 0.26 | 346.74 | 0.92 | 0.39 |
| Hex | BD | 8 | 30 | 0 | 60 | 4B | 1A | 15B | 5C | 27 |
| Octal | 275 | 10 | 60 | 0 | 140 | 113 | 32 | 533 | 134 | 47 |
| Binary | 10111101 | 1000 | 110000 | 0 | 1100000 | 1001011 | 11010 | 101011011 | 1011100 | 100111 |
Color Harmonies of #BD0830
Complementary color
Monochromatic Colors of #BD0830
Black with #BD0830
Text Example
Text Example
White with #BD0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0830; }
p { color: rgb(189,8,48); }
H1.HeaderClassName
{
color: #BD0830;
}
.AnyTagClassName
{
color: #BD0830;
}
</style>
background-color css
<style>
a { background-color: #BD0830; }
a { background-color: rgb(189,8,48); }
div.DivClassName
{
background-color: #BD0830;
}
.BgClassName
{
background-color: #BD0830;
}
</style>
border-color css
<style>
span { border-color: #BD0830; }
span { border-color: rgb(189,8,48); }
td.TdClassName
{
border-color: #BD0830;
}
.TagClassName
{
border-color: #BD0830;
}
</style>