Shades of Cardinal #BD174B
Tints of Cardinal #BD174B
RGB
CMYK
RGB Variations
Color information
#BD174B (or 0xBD174B) is known color: Cardinal. HEX triplet: BD, 17 and 4B. RGB value is (189,23,75). Sum of RGB (Red+Green+Blue) = 189+23+75=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD174B is #42E8B4. Grayscale: #4E4E4E. Windows color (decimal): -4384949 or 4921277. OLE color: 4921277.
HSL color Cylindrical-coordinate representation of color #BD174B: hue angle of 341.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD174B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 75 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.26 |
| HSL | 341.2º | 0.78% | 0.42% | - |
| HSV(B) | 341.2º | 0.88% | 0.74% | - |
| XYZ | 22.56 | 11.94 | 7.77 | - |
| YUV | 78.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 75 | 0 | 0.88 | 0.60 | 0.26 | 341.2 | 0.78 | 0.42 |
| Hex | BD | 17 | 4B | 0 | 58 | 3C | 1A | 155 | 4E | 2A |
| Octal | 275 | 27 | 113 | 0 | 130 | 74 | 32 | 525 | 116 | 52 |
| Binary | 10111101 | 10111 | 1001011 | 0 | 1011000 | 111100 | 11010 | 101010101 | 1001110 | 101010 |
Color Harmonies of #BD174B
Complementary color
Monochromatic Colors of #BD174B
Black with #BD174B
Text Example
Text Example
White with #BD174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD174B; }
p { color: rgb(189,23,75); }
H1.HeaderClassName
{
color: #BD174B;
}
.AnyTagClassName
{
color: #BD174B;
}
</style>
background-color css
<style>
a { background-color: #BD174B; }
a { background-color: rgb(189,23,75); }
div.DivClassName
{
background-color: #BD174B;
}
.BgClassName
{
background-color: #BD174B;
}
</style>
border-color css
<style>
span { border-color: #BD174B; }
span { border-color: rgb(189,23,75); }
td.TdClassName
{
border-color: #BD174B;
}
.TagClassName
{
border-color: #BD174B;
}
</style>