Shades of Cardinal #BD132F
Tints of Cardinal #BD132F
RGB
CMYK
RGB Variations
Color information
#BD132F (or 0xBD132F) is known color: Cardinal. HEX triplet: BD, 13 and 2F. RGB value is (189,19,47). Sum of RGB (Red+Green+Blue) = 189+19+47=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD132F is #42ECD0. Grayscale: #494949. Windows color (decimal): -4386001 or 3085245. OLE color: 3085245.
HSL color Cylindrical-coordinate representation of color #BD132F: hue angle of 350.12º 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 #BD132F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.26 |
| HSL | 350.12º | 0.82% | 0.41% | - |
| HSV(B) | 350.12º | 0.9% | 0.74% | - |
| XYZ | 21.73 | 11.49 | 3.76 | - |
| YUV | 73.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 47 | 0 | 0.90 | 0.75 | 0.26 | 350.12 | 0.82 | 0.41 |
| Hex | BD | 13 | 2F | 0 | 5A | 4B | 1A | 15E | 52 | 29 |
| Octal | 275 | 23 | 57 | 0 | 132 | 113 | 32 | 536 | 122 | 51 |
| Binary | 10111101 | 10011 | 101111 | 0 | 1011010 | 1001011 | 11010 | 101011110 | 1010010 | 101001 |
Color Harmonies of #BD132F
Complementary color
Monochromatic Colors of #BD132F
Black with #BD132F
Text Example
Text Example
White with #BD132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD132F; }
p { color: rgb(189,19,47); }
H1.HeaderClassName
{
color: #BD132F;
}
.AnyTagClassName
{
color: #BD132F;
}
</style>
background-color css
<style>
a { background-color: #BD132F; }
a { background-color: rgb(189,19,47); }
div.DivClassName
{
background-color: #BD132F;
}
.BgClassName
{
background-color: #BD132F;
}
</style>
border-color css
<style>
span { border-color: #BD132F; }
span { border-color: rgb(189,19,47); }
td.TdClassName
{
border-color: #BD132F;
}
.TagClassName
{
border-color: #BD132F;
}
</style>