Shades of Cardinal #BD0130
Tints of Cardinal #BD0130
RGB
CMYK
RGB Variations
Color information
#BD0130 (or 0xBD0130) is known color: Cardinal. HEX triplet: BD, 01 and 30. RGB value is (189,1,48). Sum of RGB (Red+Green+Blue) = 189+1+48=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0130 is #42FECF. Grayscale: #3E3E3E. Windows color (decimal): -4390608 or 3146173. OLE color: 3146173.
HSL color Cylindrical-coordinate representation of color #BD0130: hue angle of 345º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0130 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.26 |
| HSL | 345º | 0.99% | 0.37% | - |
| HSV(B) | 345º | 0.99% | 0.74% | - |
| XYZ | 21.53 | 11.05 | 3.8 | - |
| YUV | 62.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 48 | 0 | 0.99 | 0.75 | 0.26 | 345 | 0.99 | 0.37 |
| Hex | BD | 1 | 30 | 0 | 63 | 4B | 1A | 159 | 63 | 25 |
| Octal | 275 | 1 | 60 | 0 | 143 | 113 | 32 | 531 | 143 | 45 |
| Binary | 10111101 | 1 | 110000 | 0 | 1100011 | 1001011 | 11010 | 101011001 | 1100011 | 100101 |
Color Harmonies of #BD0130
Complementary color
Monochromatic Colors of #BD0130
Black with #BD0130
Text Example
Text Example
White with #BD0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0130; }
p { color: rgb(189,1,48); }
H1.HeaderClassName
{
color: #BD0130;
}
.AnyTagClassName
{
color: #BD0130;
}
</style>
background-color css
<style>
a { background-color: #BD0130; }
a { background-color: rgb(189,1,48); }
div.DivClassName
{
background-color: #BD0130;
}
.BgClassName
{
background-color: #BD0130;
}
</style>
border-color css
<style>
span { border-color: #BD0130; }
span { border-color: rgb(189,1,48); }
td.TdClassName
{
border-color: #BD0130;
}
.TagClassName
{
border-color: #BD0130;
}
</style>