Shades of Cardinal #BD133C
Tints of Cardinal #BD133C
RGB
CMYK
RGB Variations
Color information
#BD133C (or 0xBD133C) is known color: Cardinal. HEX triplet: BD, 13 and 3C. RGB value is (189,19,60). Sum of RGB (Red+Green+Blue) = 189+19+60=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD133C is #42ECC3. Grayscale: #4A4A4A. Windows color (decimal): -4385988 or 3937213. OLE color: 3937213.
HSL color Cylindrical-coordinate representation of color #BD133C: hue angle of 345.53º 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 #BD133C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.26 |
| HSL | 345.53º | 0.82% | 0.41% | - |
| HSV(B) | 345.53º | 0.9% | 0.74% | - |
| XYZ | 22.03 | 11.61 | 5.35 | - |
| YUV | 74.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 60 | 0 | 0.90 | 0.68 | 0.26 | 345.53 | 0.82 | 0.41 |
| Hex | BD | 13 | 3C | 0 | 5A | 44 | 1A | 15A | 52 | 29 |
| Octal | 275 | 23 | 74 | 0 | 132 | 104 | 32 | 532 | 122 | 51 |
| Binary | 10111101 | 10011 | 111100 | 0 | 1011010 | 1000100 | 11010 | 101011010 | 1010010 | 101001 |
Color Harmonies of #BD133C
Complementary color
Monochromatic Colors of #BD133C
Black with #BD133C
Text Example
Text Example
White with #BD133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD133C; }
p { color: rgb(189,19,60); }
H1.HeaderClassName
{
color: #BD133C;
}
.AnyTagClassName
{
color: #BD133C;
}
</style>
background-color css
<style>
a { background-color: #BD133C; }
a { background-color: rgb(189,19,60); }
div.DivClassName
{
background-color: #BD133C;
}
.BgClassName
{
background-color: #BD133C;
}
</style>
border-color css
<style>
span { border-color: #BD133C; }
span { border-color: rgb(189,19,60); }
td.TdClassName
{
border-color: #BD133C;
}
.TagClassName
{
border-color: #BD133C;
}
</style>