Shades of Cardinal #BD1343
Tints of Cardinal #BD1343
RGB
CMYK
RGB Variations
Color information
#BD1343 (or 0xBD1343) is known color: Cardinal. HEX triplet: BD, 13 and 43. RGB value is (189,19,67). Sum of RGB (Red+Green+Blue) = 189+19+67=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1343 is #42ECBC. Grayscale: #4B4B4B. Windows color (decimal): -4385981 or 4395965. OLE color: 4395965.
HSL color Cylindrical-coordinate representation of color #BD1343: hue angle of 343.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1343 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 67 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.26 |
| HSL | 343.06º | 0.82% | 0.41% | - |
| HSV(B) | 343.06º | 0.9% | 0.74% | - |
| XYZ | 22.23 | 11.69 | 6.39 | - |
| YUV | 75.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 67 | 0 | 0.90 | 0.65 | 0.26 | 343.06 | 0.82 | 0.41 |
| Hex | BD | 13 | 43 | 0 | 5A | 41 | 1A | 157 | 52 | 29 |
| Octal | 275 | 23 | 103 | 0 | 132 | 101 | 32 | 527 | 122 | 51 |
| Binary | 10111101 | 10011 | 1000011 | 0 | 1011010 | 1000001 | 11010 | 101010111 | 1010010 | 101001 |
Color Harmonies of #BD1343
Complementary color
Monochromatic Colors of #BD1343
Black with #BD1343
Text Example
Text Example
White with #BD1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1343; }
p { color: rgb(189,19,67); }
H1.HeaderClassName
{
color: #BD1343;
}
.AnyTagClassName
{
color: #BD1343;
}
</style>
background-color css
<style>
a { background-color: #BD1343; }
a { background-color: rgb(189,19,67); }
div.DivClassName
{
background-color: #BD1343;
}
.BgClassName
{
background-color: #BD1343;
}
</style>
border-color css
<style>
span { border-color: #BD1343; }
span { border-color: rgb(189,19,67); }
td.TdClassName
{
border-color: #BD1343;
}
.TagClassName
{
border-color: #BD1343;
}
</style>