Shades of Cardinal #BC032F
Tints of Cardinal #BC032F
RGB
CMYK
RGB Variations
Color information
#BC032F (or 0xBC032F) is known color: Cardinal. HEX triplet: BC, 03 and 2F. RGB value is (188,3,47). Sum of RGB (Red+Green+Blue) = 188+3+47=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC032F is #43FCD0. Grayscale: #3F3F3F. Windows color (decimal): -4455633 or 3081148. OLE color: 3081148.
HSL color Cylindrical-coordinate representation of color #BC032F: hue angle of 345.73º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC032F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.26 |
| HSL | 345.73º | 0.97% | 0.37% | - |
| HSV(B) | 345.73º | 0.98% | 0.74% | - |
| XYZ | 21.28 | 10.96 | 3.68 | - |
| YUV | 63.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 47 | 0 | 0.98 | 0.75 | 0.26 | 345.73 | 0.97 | 0.37 |
| Hex | BC | 3 | 2F | 0 | 62 | 4B | 1A | 15A | 61 | 25 |
| Octal | 274 | 3 | 57 | 0 | 142 | 113 | 32 | 532 | 141 | 45 |
| Binary | 10111100 | 11 | 101111 | 0 | 1100010 | 1001011 | 11010 | 101011010 | 1100001 | 100101 |
Color Harmonies of #BC032F
Complementary color
Monochromatic Colors of #BC032F
Black with #BC032F
Text Example
Text Example
White with #BC032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC032F; }
p { color: rgb(188,3,47); }
H1.HeaderClassName
{
color: #BC032F;
}
.AnyTagClassName
{
color: #BC032F;
}
</style>
background-color css
<style>
a { background-color: #BC032F; }
a { background-color: rgb(188,3,47); }
div.DivClassName
{
background-color: #BC032F;
}
.BgClassName
{
background-color: #BC032F;
}
</style>
border-color css
<style>
span { border-color: #BC032F; }
span { border-color: rgb(188,3,47); }
td.TdClassName
{
border-color: #BC032F;
}
.TagClassName
{
border-color: #BC032F;
}
</style>