Shades of Cardinal #BC083B
Tints of Cardinal #BC083B
RGB
CMYK
RGB Variations
Color information
#BC083B (or 0xBC083B) is known color: Cardinal. HEX triplet: BC, 08 and 3B. RGB value is (188,8,59). Sum of RGB (Red+Green+Blue) = 188+8+59=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC083B is #43F7C4. Grayscale: #434343. Windows color (decimal): -4454341 or 3868860. OLE color: 3868860.
HSL color Cylindrical-coordinate representation of color #BC083B: hue angle of 343º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC083B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.26 |
| HSL | 343º | 0.92% | 0.38% | - |
| HSV(B) | 343º | 0.96% | 0.74% | - |
| XYZ | 21.62 | 11.18 | 5.16 | - |
| YUV | 67.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 59 | 0 | 0.96 | 0.69 | 0.26 | 343 | 0.92 | 0.38 |
| Hex | BC | 8 | 3B | 0 | 60 | 45 | 1A | 157 | 5C | 26 |
| Octal | 274 | 10 | 73 | 0 | 140 | 105 | 32 | 527 | 134 | 46 |
| Binary | 10111100 | 1000 | 111011 | 0 | 1100000 | 1000101 | 11010 | 101010111 | 1011100 | 100110 |
Color Harmonies of #BC083B
Complementary color
Monochromatic Colors of #BC083B
Black with #BC083B
Text Example
Text Example
White with #BC083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC083B; }
p { color: rgb(188,8,59); }
H1.HeaderClassName
{
color: #BC083B;
}
.AnyTagClassName
{
color: #BC083B;
}
</style>
background-color css
<style>
a { background-color: #BC083B; }
a { background-color: rgb(188,8,59); }
div.DivClassName
{
background-color: #BC083B;
}
.BgClassName
{
background-color: #BC083B;
}
</style>
border-color css
<style>
span { border-color: #BC083B; }
span { border-color: rgb(188,8,59); }
td.TdClassName
{
border-color: #BC083B;
}
.TagClassName
{
border-color: #BC083B;
}
</style>