Shades of Cardinal #BD0A30
Tints of Cardinal #BD0A30
RGB
CMYK
RGB Variations
Color information
#BD0A30 (or 0xBD0A30) is known color: Cardinal. HEX triplet: BD, 0A and 30. RGB value is (189,10,48). Sum of RGB (Red+Green+Blue) = 189+10+48=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A30 is #42F5CF. Grayscale: #434343. Windows color (decimal): -4388304 or 3148477. OLE color: 3148477.
HSL color Cylindrical-coordinate representation of color #BD0A30: hue angle of 347.26º degrees, saturation: 0.9, 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 #BD0A30 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 48 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.26 |
| HSL | 347.26º | 0.9% | 0.39% | - |
| HSV(B) | 347.26º | 0.95% | 0.74% | - |
| XYZ | 21.63 | 11.25 | 3.83 | - |
| YUV | 67.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 48 | 0 | 0.95 | 0.75 | 0.26 | 347.26 | 0.9 | 0.39 |
| Hex | BD | A | 30 | 0 | 5F | 4B | 1A | 15B | 5A | 27 |
| Octal | 275 | 12 | 60 | 0 | 137 | 113 | 32 | 533 | 132 | 47 |
| Binary | 10111101 | 1010 | 110000 | 0 | 1011111 | 1001011 | 11010 | 101011011 | 1011010 | 100111 |
Color Harmonies of #BD0A30
Complementary color
Monochromatic Colors of #BD0A30
Black with #BD0A30
Text Example
Text Example
White with #BD0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A30; }
p { color: rgb(189,10,48); }
H1.HeaderClassName
{
color: #BD0A30;
}
.AnyTagClassName
{
color: #BD0A30;
}
</style>
background-color css
<style>
a { background-color: #BD0A30; }
a { background-color: rgb(189,10,48); }
div.DivClassName
{
background-color: #BD0A30;
}
.BgClassName
{
background-color: #BD0A30;
}
</style>
border-color css
<style>
span { border-color: #BD0A30; }
span { border-color: rgb(189,10,48); }
td.TdClassName
{
border-color: #BD0A30;
}
.TagClassName
{
border-color: #BD0A30;
}
</style>