#BC0F4E

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

Shades of Cardinal #BC0F4E

Tints of Cardinal #BC0F4E

Color information

#BC0F4E (or 0xBC0F4E) is unknown color: approx Cardinal. HEX triplet: BC, 0F and 4E. RGB value is (188,15,78). Sum of RGB (Red+Green+Blue) = 188+15+78=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0F4E is #43F0B1. Grayscale: #494949. Windows color (decimal): -4452530 or 5115836. OLE color: 5115836.

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

Color convert

RGB1881578-
CMYK00.920.590.26
HSL338.15º85.22%39.8%-
HSV(B)338.15º92.02%73.73%-
XYZ22.2911.588.27-
YUV73.91130.31209.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 15 (6.25% from 255) = 5.34%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=66.90%
G=5.34%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188157800.920.590.26338.1585.2239.8
HexBCF4E05C3B1A1525528
Octal274171160134733252212550
Binary101111001111100111001011100111011110101010100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0F4E; }

 p { color: rgb(188,15,78); }

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

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

 a { background-color: rgb(188,15,78); }

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

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

 span { border-color: rgb(188,15,78); }

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