Shades of Cardinal #BD1134
Tints of Cardinal #BD1134
RGB
CMYK
RGB Variations
Color information
#BD1134 (or 0xBD1134) is known color: Cardinal. HEX triplet: BD, 11 and 34. RGB value is (189,17,52). Sum of RGB (Red+Green+Blue) = 189+17+52=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1134 is #42EECB. Grayscale: #484848. Windows color (decimal): -4386508 or 3412413. OLE color: 3412413.
HSL color Cylindrical-coordinate representation of color #BD1134: hue angle of 347.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1134 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 52 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.26 |
| HSL | 347.79º | 0.83% | 0.4% | - |
| HSV(B) | 347.79º | 0.91% | 0.74% | - |
| XYZ | 21.81 | 11.47 | 4.31 | - |
| YUV | 72.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 52 | 0 | 0.91 | 0.72 | 0.26 | 347.79 | 0.83 | 0.4 |
| Hex | BD | 11 | 34 | 0 | 5B | 48 | 1A | 15C | 53 | 28 |
| Octal | 275 | 21 | 64 | 0 | 133 | 110 | 32 | 534 | 123 | 50 |
| Binary | 10111101 | 10001 | 110100 | 0 | 1011011 | 1001000 | 11010 | 101011100 | 1010011 | 101000 |
Color Harmonies of #BD1134
Complementary color
Monochromatic Colors of #BD1134
Black with #BD1134
Text Example
Text Example
White with #BD1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1134; }
p { color: rgb(189,17,52); }
H1.HeaderClassName
{
color: #BD1134;
}
.AnyTagClassName
{
color: #BD1134;
}
</style>
background-color css
<style>
a { background-color: #BD1134; }
a { background-color: rgb(189,17,52); }
div.DivClassName
{
background-color: #BD1134;
}
.BgClassName
{
background-color: #BD1134;
}
</style>
border-color css
<style>
span { border-color: #BD1134; }
span { border-color: rgb(189,17,52); }
td.TdClassName
{
border-color: #BD1134;
}
.TagClassName
{
border-color: #BD1134;
}
</style>