#BC0E42

Color #BC0E42 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BC0E42

Tints of Cardinal #BC0E42

Color information

#BC0E42 (or 0xBC0E42) is unknown color: approx Cardinal. HEX triplet: BC, 0E and 42. RGB value is (188,14,66). Sum of RGB (Red+Green+Blue) = 188+14+66=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E42 is #43F1BD. Grayscale: #474747. Windows color (decimal): -4452798 or 4329148. OLE color: 4329148.

HSL color Cylindrical-coordinate representation of color #BC0E42: hue angle of 342.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E42 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1881466-
CMYK00.930.650.26
HSL342.07º86.14%39.61%-
HSV(B)342.07º92.55%73.73%-
XYZ21.8811.46.2-
YUV71.95124.65210.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 70.15%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=70.15%
G=5.22%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188146600.930.650.26342.0786.1439.61
HexBCE4205D411A1565628
Octal2741610201351013252612650
Binary1011110011101000010010111011000001110101010101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E42; }

 p { color: rgb(188,14,66); }

 H1.HeaderClassName
 {
   color: #BC0E42;
 }
 .AnyTagClassName
 {
   color: #BC0E42;
 }
</style>
background-color css

<style>
 a { background-color: #BC0E42; }

 a { background-color: rgb(188,14,66); }

 div.DivClassName
 {
   background-color: #BC0E42;
 }
 .BgClassName
 {
   background-color: #BC0E42;
 }
</style>
border-color css

<style>
 span { border-color: #BC0E42; }

 span { border-color: rgb(188,14,66); }

 td.TdClassName
 {
   border-color: #BC0E42;
 }
 .TagClassName
 {
   border-color: #BC0E42;
 }
</style>