Shades of Cardinal #BD1335
Tints of Cardinal #BD1335
RGB
CMYK
RGB Variations
Color information
#BD1335 (or 0xBD1335) is known color: Cardinal. HEX triplet: BD, 13 and 35. RGB value is (189,19,53). Sum of RGB (Red+Green+Blue) = 189+19+53=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1335 is #42ECCA. Grayscale: #494949. Windows color (decimal): -4385995 or 3478461. OLE color: 3478461.
HSL color Cylindrical-coordinate representation of color #BD1335: hue angle of 348º 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 #BD1335 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 53 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.26 |
| HSL | 348º | 0.82% | 0.41% | - |
| HSV(B) | 348º | 0.9% | 0.74% | - |
| XYZ | 21.86 | 11.54 | 4.44 | - |
| YUV | 73.71 | 116.32 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 53 | 0 | 0.90 | 0.72 | 0.26 | 348 | 0.82 | 0.41 |
| Hex | BD | 13 | 35 | 0 | 5A | 48 | 1A | 15C | 52 | 29 |
| Octal | 275 | 23 | 65 | 0 | 132 | 110 | 32 | 534 | 122 | 51 |
| Binary | 10111101 | 10011 | 110101 | 0 | 1011010 | 1001000 | 11010 | 101011100 | 1010010 | 101001 |
Color Harmonies of #BD1335
Complementary color
Monochromatic Colors of #BD1335
Black with #BD1335
Text Example
Text Example
White with #BD1335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1335; }
p { color: rgb(189,19,53); }
H1.HeaderClassName
{
color: #BD1335;
}
.AnyTagClassName
{
color: #BD1335;
}
</style>
background-color css
<style>
a { background-color: #BD1335; }
a { background-color: rgb(189,19,53); }
div.DivClassName
{
background-color: #BD1335;
}
.BgClassName
{
background-color: #BD1335;
}
</style>
border-color css
<style>
span { border-color: #BD1335; }
span { border-color: rgb(189,19,53); }
td.TdClassName
{
border-color: #BD1335;
}
.TagClassName
{
border-color: #BD1335;
}
</style>