Shades of Cardinal #BC083C
Tints of Cardinal #BC083C
RGB
CMYK
RGB Variations
Color information
#BC083C (or 0xBC083C) is known color: Cardinal. HEX triplet: BC, 08 and 3C. RGB value is (188,8,60). Sum of RGB (Red+Green+Blue) = 188+8+60=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC083C is #43F7C3. Grayscale: #434343. Windows color (decimal): -4454340 or 3934396. OLE color: 3934396.
HSL color Cylindrical-coordinate representation of color #BC083C: hue angle of 342.67º 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 #BC083C is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.26 |
| HSL | 342.67º | 0.92% | 0.38% | - |
| HSV(B) | 342.67º | 0.96% | 0.74% | - |
| XYZ | 21.64 | 11.19 | 5.29 | - |
| YUV | 67.75 | 123.63 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 60 | 0 | 0.96 | 0.68 | 0.26 | 342.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 3C | 0 | 60 | 44 | 1A | 157 | 5C | 26 |
| Octal | 274 | 10 | 74 | 0 | 140 | 104 | 32 | 527 | 134 | 46 |
| Binary | 10111100 | 1000 | 111100 | 0 | 1100000 | 1000100 | 11010 | 101010111 | 1011100 | 100110 |
Color Harmonies of #BC083C
Complementary color
Monochromatic Colors of #BC083C
Black with #BC083C
Text Example
Text Example
White with #BC083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC083C; }
p { color: rgb(188,8,60); }
H1.HeaderClassName
{
color: #BC083C;
}
.AnyTagClassName
{
color: #BC083C;
}
</style>
background-color css
<style>
a { background-color: #BC083C; }
a { background-color: rgb(188,8,60); }
div.DivClassName
{
background-color: #BC083C;
}
.BgClassName
{
background-color: #BC083C;
}
</style>
border-color css
<style>
span { border-color: #BC083C; }
span { border-color: rgb(188,8,60); }
td.TdClassName
{
border-color: #BC083C;
}
.TagClassName
{
border-color: #BC083C;
}
</style>