Shades of Cardinal #BD1135
Tints of Cardinal #BD1135
RGB
CMYK
RGB Variations
Color information
#BD1135 (or 0xBD1135) is known color: Cardinal. HEX triplet: BD, 11 and 35. RGB value is (189,17,53). Sum of RGB (Red+Green+Blue) = 189+17+53=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1135 is #42EECA. Grayscale: #484848. Windows color (decimal): -4386507 or 3477949. OLE color: 3477949.
HSL color Cylindrical-coordinate representation of color #BD1135: hue angle of 347.44º 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 #BD1135 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 53 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.26 |
| HSL | 347.44º | 0.83% | 0.4% | - |
| HSV(B) | 347.44º | 0.91% | 0.74% | - |
| XYZ | 21.83 | 11.48 | 4.43 | - |
| YUV | 72.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 53 | 0 | 0.91 | 0.72 | 0.26 | 347.44 | 0.83 | 0.4 |
| Hex | BD | 11 | 35 | 0 | 5B | 48 | 1A | 15B | 53 | 28 |
| Octal | 275 | 21 | 65 | 0 | 133 | 110 | 32 | 533 | 123 | 50 |
| Binary | 10111101 | 10001 | 110101 | 0 | 1011011 | 1001000 | 11010 | 101011011 | 1010011 | 101000 |
Color Harmonies of #BD1135
Complementary color
Monochromatic Colors of #BD1135
Black with #BD1135
Text Example
Text Example
White with #BD1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1135; }
p { color: rgb(189,17,53); }
H1.HeaderClassName
{
color: #BD1135;
}
.AnyTagClassName
{
color: #BD1135;
}
</style>
background-color css
<style>
a { background-color: #BD1135; }
a { background-color: rgb(189,17,53); }
div.DivClassName
{
background-color: #BD1135;
}
.BgClassName
{
background-color: #BD1135;
}
</style>
border-color css
<style>
span { border-color: #BD1135; }
span { border-color: rgb(189,17,53); }
td.TdClassName
{
border-color: #BD1135;
}
.TagClassName
{
border-color: #BD1135;
}
</style>