Shades of Cardinal #BD183B
Tints of Cardinal #BD183B
RGB
CMYK
RGB Variations
Color information
#BD183B (or 0xBD183B) is known color: Cardinal. HEX triplet: BD, 18 and 3B. RGB value is (189,24,59). Sum of RGB (Red+Green+Blue) = 189+24+59=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD183B is #42E7C4. Grayscale: #4D4D4D. Windows color (decimal): -4384709 or 3872957. OLE color: 3872957.
HSL color Cylindrical-coordinate representation of color #BD183B: hue angle of 347.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD183B is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 59 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.26 |
| HSL | 347.27º | 0.77% | 0.42% | - |
| HSV(B) | 347.27º | 0.87% | 0.74% | - |
| XYZ | 22.1 | 11.79 | 5.25 | - |
| YUV | 77.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 59 | 0 | 0.87 | 0.69 | 0.26 | 347.27 | 0.77 | 0.42 |
| Hex | BD | 18 | 3B | 0 | 57 | 45 | 1A | 15B | 4D | 2A |
| Octal | 275 | 30 | 73 | 0 | 127 | 105 | 32 | 533 | 115 | 52 |
| Binary | 10111101 | 11000 | 111011 | 0 | 1010111 | 1000101 | 11010 | 101011011 | 1001101 | 101010 |
Color Harmonies of #BD183B
Complementary color
Monochromatic Colors of #BD183B
Black with #BD183B
Text Example
Text Example
White with #BD183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD183B; }
p { color: rgb(189,24,59); }
H1.HeaderClassName
{
color: #BD183B;
}
.AnyTagClassName
{
color: #BD183B;
}
</style>
background-color css
<style>
a { background-color: #BD183B; }
a { background-color: rgb(189,24,59); }
div.DivClassName
{
background-color: #BD183B;
}
.BgClassName
{
background-color: #BD183B;
}
</style>
border-color css
<style>
span { border-color: #BD183B; }
span { border-color: rgb(189,24,59); }
td.TdClassName
{
border-color: #BD183B;
}
.TagClassName
{
border-color: #BD183B;
}
</style>